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