10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546812c commit 2831ff8Copy full SHA for 2831ff8
.gitignore
@@ -0,0 +1,34 @@
1
+.gradle
2
+/build/
3
+/**/build/
4
+
5
+### STS ###
6
+.apt_generated
7
+.classpath
8
+.factorypath
9
+.project
10
+.settings
11
+.springBeans
12
+.sts4-cache
13
14
+### IntelliJ IDEA ###
15
+.idea
16
+*.iws
17
+*.iml
18
+*.ipr
19
+/out/
20
+/**/out/
21
+.shelf/
22
+.ideaDataSources/
23
+dataSources/
24
25
+### NetBeans ###
26
+/nbproject/private/
27
+/nbbuild/
28
+/dist/
29
+/nbdist/
30
+/.nb-gradle/
31
+/node_modules/
32
33
+### OS ###
34
+.DS_Store
0 commit comments