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