-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (44 loc) · 805 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
54
55
56
57
58
59
syntax: glob
*.class
*.orig
*.bak
*.eml
*~
build/
generated_css/
generated_js/
javadoc/
.idea/workspace.xml
.idea/runConfigurations/*
.idea/inspectionProfiles/JS___Unterminated_statement.xml
.idea/inspectionProfiles/Remove_unnecessary_semicolons.xml
.idea/dictionaries
out/production
*-local.xml
.DS_Store
.sass-cache/*
Thumbs.db
*libraries.xlsx
scripts/*/bin/*
scripts/*/.settings/*
*-junit-test*.log
exercises/*
bin/.project
.hprof
*.css.map
*.js.map
packaging/target
packaging/build-custom.properties
webapp/src/main/webapp/WEB-INF/classes
webapp/src/main/webapp/WEB-INF/lib
packaging/development-workspaces
packaging/TEST-*.xml
jshint-all-*.txt
**/config/*.jks
.idea/dataSources.ids
.idea/dataSources.local.xml
.idea/dataSources.xml
npm-debug.log
out
# see .gitattributes
/CHANGELOG.md