-
Notifications
You must be signed in to change notification settings - Fork 184
/
.gitignore
53 lines (39 loc) · 918 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#--------------------------------------------------
# Junk that could exist anywhere:
.DS_Store
*.swp
*.tmp
.*.gz
#--------------------------------------------------
# Temporary files created by Eclipse
.tmp*
#--------------------------------------------------
# Editor junk
*.project
/.pydevproject
/.settings/
/.settings.xml
/.settings.xml.old
/.idea/
#--------------------------------------------------
# Build Files
/extension/build/
/extension/release/
*.graphml
# Output folders. Created during build.
/webapp-build/
/webapp-jsdoc/
#--------------------------------------------------
# Files from NPM
/extension/node_modules/
/node_modules/
# Extensions
/extension/[email protected]
#--------------------------------------------------
# Intern test files
# Istanbul code coverage HTML report.
/html-report/
# Istanbul lcov data.
/lcov.info
# Test results in JUnit format.
/report.xml