blob: f9482fc024990f750996c051f71aea99ff509a99 [file] [log] [blame]
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +03001# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4dist
5dist-server
6tmp
7out-tsc
8
9# dependencies
10node_modules
11
12# IDEs and editors
13/.idea
14.project
15.classpath
16.c9/
17*.launch
18.settings/
19*.sublime-workspace
20
21# IDE - VSCode
22.vscode/*
23!.vscode/settings.json
24!.vscode/tasks.json
25!.vscode/launch.json
26!.vscode/extensions.json
27
28# misc
29.sass-cache
30connect.lock
31coverage
32libpeerconnection.log
33/publicnpm-debug.log
34/publictestem.log
35typings
36
37# e2e
38e2e/*.js
39e2e/*.map
40
41# System Files
42.DS_Store
43Thumbs.db
44
45#java
46.project
47.idea/
48/target/
49.settings*
50.classpath
51/*.war
52/src/main/webapp/*
53!/src/main/webapp/META-INF/*
54!/src/main/webapp/web.xml
55!/src/main/webapp/jetty-web.xml