Skip to content

Commit 4ba900b

Browse files
committed
First commit, added gitignore.
0 parents  commit 4ba900b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#ignore file
2+
#
3+
#
4+
5+
# osx n0ize
6+
.DS_Store
7+
profile
8+
9+
#windows n0ize
10+
*~
11+
Thumbs.db
12+
13+
# old skool
14+
.svn
15+
16+
#other
17+
build/
18+
bin/
19+
gen/

0 commit comments

Comments
 (0)