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