We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a5179 commit 1b74283Copy full SHA for 1b74283
.gitignore
@@ -1 +1,47 @@
1
+# *** IntelliJ
2
+*.iml
3
+*.ipr
4
+*.iws
5
.idea/
6
+out/
7
+
8
+# *** OS X
9
+.DS_Store
10
+xcuserdata/
11
+*.pbxuser
12
+# Thumbnails
13
+._*
14
15
+# Files that might appear on external disk
16
+.Spotlight-V100
17
+.Trashes
18
19
+# *** Eclipse
20
+.project
21
+.metadata
22
+bin/**
23
+tmp/**
24
+tmp/**/*
25
+*.tmp
26
+*.bak
27
+*.swp
28
+*~.nib
29
+local.properties
30
+.classpath
31
+.settings/
32
+.loadpath
33
34
+# NodeJS
35
+node_modules
36
+npm-debug.log
37
38
+# Bower
39
+bower_components
40
41
+# Grunt
42
+dist
43
+.tmp
44
45
+# Other
46
+.checkstyle
47
+.pmd
0 commit comments