We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a427b commit 9e5641bCopy full SHA for 9e5641b
.gitignore
@@ -0,0 +1,37 @@
1
+# Windows image file caches
2
+Thumbs.db
3
+ehthumbs.db
4
+
5
+# Folder config file
6
+Desktop.ini
7
8
+# Recycle Bin used on file shares
9
+$RECYCLE.BIN/
10
11
+# Mac crap
12
+.DS_Store
13
14
+# Sublime
15
+*.sublime-project
16
+*.sublime-workspace
17
18
+# PhpStorm
19
+.idea
20
+Easy-Digital-Downloads.iml
21
22
+# Eclipse
23
+*.pydevproject
24
+.project
25
+.metadata
26
+build/
27
+tmp/
28
+tests/clover.xml
29
30
+# Grunt
31
+node_modules
32
33
+# Vendor
34
+vendor
35
36
+# Temporary files
37
+*~
0 commit comments