Files
Yogstation/.gitignore
2016-01-16 12:13:47 -06:00

13 lines
231 B
Plaintext

###Files and folders specified here will never be tracked.
#Ignore everything in datafolder and subdirectories
/data/**/*
#Ignore compiled files and other files generated during compilation.
*.dmb
*.rsc
*.lk
*.int
*.backup
*.int