We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ea548 commit 97709f6Copy full SHA for 97709f6
.gitignore
@@ -0,0 +1,32 @@
1
+# Intellij
2
+###################
3
+.idea
4
+*.iml
5
+
6
+# Compiled source #
7
8
+*.com
9
+*.class
10
+*.dll
11
+*.exe
12
+*.o
13
+*.so
14
15
+# Packages #
16
+############
17
+# it's better to unpack these files and commit the raw source
18
+# git has its own built in compression methods
19
+*.7z
20
+*.dmg
21
+*.gz
22
+*.iso
23
+*.jar
24
+*.rar
25
+*.tar
26
+*.zip
27
28
+# Logs and databases #
29
+######################
30
+*.log
31
32
0 commit comments