Skip to content

Commit 9e5641b

Browse files
committed
Add gitignore file
1 parent 90a427b commit 9e5641b

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.gitignore

+37
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)