Skip to content

Commit

Permalink
Merge pull request #1644 from wiremod/simplify-gitignore
Browse files Browse the repository at this point in the history
Simplify the .gitignore file
  • Loading branch information
AbigailBuccaneer authored May 1, 2018
2 parents efda38a + b0ba736 commit 3fd651b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
# 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>"
.svn/
luac.out

0 comments on commit 3fd651b

Please sign in to comment.