Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 8e6c874

Browse files
author
Justin Shreve
committed
Add .gitignore
1 parent fa2f0e3 commit 8e6c874

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Editors
2+
project.xml
3+
project.properties
4+
/nbproject/private/
5+
.buildpath
6+
.project
7+
.settings*
8+
.idea
9+
10+
# OS X metadata
11+
.DS_Store
12+
13+
# Windows junk
14+
Thumbs.db
15+
16+
# Unit tests
17+
/tmp
18+
/tests/bin/tmp

0 commit comments

Comments
 (0)