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 b9447ab commit 976bc59Copy full SHA for 976bc59
.gitignore
@@ -0,0 +1,36 @@
1
+# Compiled source #
2
+###################
3
+*.com
4
+*.class
5
+*.dll
6
+*.exe
7
+*.o
8
+*.so
9
+*.project
10
+*.classpath
11
+*.iml
12
+
13
14
+.settings/*
15
+.idea/*
16
+target/*
17
18
+# Packages #
19
+############
20
+# it's better to unpack these files and commit the raw source
21
+# git has its own built in compression methods
22
23
+# Logs and databases #
24
+######################
25
+*.log
26
27
+# OS generated files #
28
29
+.DS_Store
30
+.DS_Store?
31
+._*
32
+.Spotlight-V100
33
+.Trashes
34
+ehthumbs.db
35
+Thumbs.db
36
+/target/
0 commit comments