commit | author | age
|
e0b3d2
|
1 |
###################### |
MH |
2 |
# Project Specific |
|
3 |
###################### |
|
4 |
/build/www/** |
|
5 |
/src/test/javascript/coverage/ |
c756a2
|
6 |
/worktrees/ |
45c1be
|
7 |
TODO-progress.png |
e0b3d2
|
8 |
|
MH |
9 |
###################### |
|
10 |
# Node |
|
11 |
###################### |
|
12 |
/node/ |
|
13 |
node_tmp/ |
|
14 |
node_modules/ |
|
15 |
npm-debug.log.* |
|
16 |
/.awcache/* |
|
17 |
/.cache-loader/* |
|
18 |
|
|
19 |
###################### |
|
20 |
# SASS |
|
21 |
###################### |
|
22 |
.sass-cache/ |
|
23 |
|
|
24 |
###################### |
|
25 |
# Eclipse |
|
26 |
###################### |
|
27 |
*.pydevproject |
|
28 |
.project |
|
29 |
.metadata |
|
30 |
tmp/ |
|
31 |
tmp/**/* |
|
32 |
*.tmp |
|
33 |
*.bak |
|
34 |
*.swp |
|
35 |
*~.nib |
|
36 |
local.properties |
|
37 |
.classpath |
|
38 |
.settings/ |
|
39 |
.loadpath |
|
40 |
.factorypath |
|
41 |
/src/main/resources/rebel.xml |
|
42 |
|
|
43 |
# External tool builders |
|
44 |
.externalToolBuilders/** |
|
45 |
|
|
46 |
# Locally stored "Eclipse launch configurations" |
|
47 |
*.launch |
|
48 |
|
|
49 |
# CDT-specific |
|
50 |
.cproject |
|
51 |
|
|
52 |
# PDT-specific |
|
53 |
.buildpath |
|
54 |
|
|
55 |
###################### |
|
56 |
# Intellij |
|
57 |
###################### |
|
58 |
.idea/ |
|
59 |
*.iml |
|
60 |
*.iws |
|
61 |
*.ipr |
|
62 |
*.ids |
|
63 |
*.orig |
|
64 |
classes/ |
|
65 |
out/ |
|
66 |
|
|
67 |
###################### |
|
68 |
# Visual Studio Code |
|
69 |
###################### |
|
70 |
.vscode/ |
|
71 |
|
|
72 |
###################### |
|
73 |
# Maven |
|
74 |
###################### |
|
75 |
/log/ |
|
76 |
/target/ |
|
77 |
|
|
78 |
###################### |
|
79 |
# Gradle |
|
80 |
###################### |
|
81 |
.gradle/ |
|
82 |
/build/ |
|
83 |
|
|
84 |
###################### |
|
85 |
# Package Files |
|
86 |
###################### |
|
87 |
*.jar |
|
88 |
*.war |
|
89 |
*.ear |
|
90 |
*.db |
|
91 |
|
|
92 |
###################### |
|
93 |
# Windows |
|
94 |
###################### |
|
95 |
# Windows image file caches |
|
96 |
Thumbs.db |
|
97 |
|
|
98 |
# Folder config file |
|
99 |
Desktop.ini |
|
100 |
|
|
101 |
###################### |
|
102 |
# Mac OSX |
|
103 |
###################### |
|
104 |
.DS_Store |
|
105 |
.svn |
|
106 |
|
|
107 |
# Thumbnails |
|
108 |
._* |
|
109 |
|
|
110 |
# Files that might appear on external disk |
|
111 |
.Spotlight-V100 |
|
112 |
.Trashes |
|
113 |
|
|
114 |
###################### |
|
115 |
# Directories |
|
116 |
###################### |
|
117 |
/bin/ |
|
118 |
/deploy/ |
|
119 |
|
|
120 |
###################### |
|
121 |
# Logs |
|
122 |
###################### |
|
123 |
*.log* |
|
124 |
|
|
125 |
###################### |
|
126 |
# Others |
|
127 |
###################### |
|
128 |
*.class |
|
129 |
*.*~ |
|
130 |
*~ |
|
131 |
.merge_file* |
|
132 |
|
|
133 |
###################### |
|
134 |
# Gradle Wrapper |
|
135 |
###################### |
|
136 |
!gradle/wrapper/gradle-wrapper.jar |
|
137 |
|
|
138 |
###################### |
|
139 |
# Maven Wrapper |
|
140 |
###################### |
|
141 |
!.mvn/wrapper/maven-wrapper.jar |
|
142 |
|
|
143 |
###################### |
|
144 |
# ESLint |
|
145 |
###################### |
|
146 |
.eslintcache |