mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
Made .gitignore ignore everything in the root folder except data, lua, materials, models, settings (and files in folders other than these)
This commit is contained in:
parent
af30cd6882
commit
84520c21d8
15
.gitignore
vendored
15
.gitignore
vendored
@ -1 +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>"
|
||||
|
Loading…
Reference in New Issue
Block a user