Skip to content

Commit 5f5743c

Browse files
committed
Merge pull request #51 from nschonni/add-gitignore-for-build
Remove build folder and exclude it
2 parents 8cfc5a0 + c884b43 commit 5f5743c

File tree

8 files changed

+11
-28683
lines changed

8 files changed

+11
-28683
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#Ignore timestamped build outputs.
2+
build/
3+
4+
# Windows image file caches
5+
Thumbs.db
6+
7+
# Folder config file
8+
Desktop.ini
9+
10+
# Mac crap
11+
.DS_Store

0 commit comments

Comments
 (0)