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 28b77d3 commit 22feb85Copy full SHA for 22feb85
.gitignore
@@ -1,3 +1,14 @@
1
+# OS generated files #
2
+######################
3
+.DS_Store
4
+.DS_Store?
5
+._*
6
+.Spotlight-V100
7
+.Trashes
8
+Icon?
9
+ehthumbs.db
10
+Thumbs.db
11
+
12
# Ruby #
13
########
14
*.gem
@@ -19,3 +30,23 @@ lib/bundler/man
19
30
pkg
20
31
spec/reports
21
32
vendor/bundle
33
+target
34
35
+# vagrant #
36
+###########
37
+.vagrant
38
39
+# drone.io build testing #
40
+##########################
41
+drone.io
42
43
+# JetBrains config files #
44
45
+.idea
46
+*.iml
47
48
+# Eclipse config files #
49
+########################
50
+.project
51
+.classpath
52
+.settings
0 commit comments