Skip to content

Commit

Permalink
Added .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyLobo committed Jun 24, 2012
1 parent 173d3bd commit 39b3494
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# First of all, make sure those pesky SVN folders don't end up on git
.svn

# Next, ignore all untracked files...
/*

# ...except the following folders and files in them
!/data
!/lua
!/materials
!/models
!/settings
!/sound

# If you need more folders at the root level, don't hesitate to add them
# If you need a new file at the root level, just use "git add -f <filename>"

0 comments on commit 39b3494

Please sign in to comment.