]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/.gitignore
LP1841823 Marc flat editor repair slashes (AngJS)
[working/Evergreen.git] / Open-ILS / src / eg2 / .gitignore
1 # See http://help.github.com/ignore-files/ for more about ignoring files.
2
3 # ------
4 # Added locally...
5 # ------
6
7 src/test_data/IDL2js.js
8
9 # ------
10 # compiled output
11 /dist
12 /tmp
13 /out-tsc
14
15 # dependencies
16 /node_modules
17
18 # IDEs and editors
19 /.idea
20 .project
21 .classpath
22 .c9/
23 *.launch
24 .settings/
25 *.sublime-workspace
26
27 # IDE - VSCode
28 .vscode/*
29 !.vscode/settings.json
30 !.vscode/tasks.json
31 !.vscode/launch.json
32 !.vscode/extensions.json
33
34 # misc
35 /.sass-cache
36 /connect.lock
37 /coverage
38 /libpeerconnection.log
39 npm-debug.log
40 testem.log
41 /typings
42
43 # e2e
44 /e2e/*.js
45 /e2e/*.map
46
47 # System Files
48 .DS_Store
49 Thumbs.db