Commit Graph

9 Commits

Author SHA1 Message Date
shadow7483147
778a8197b9
Update .gitignore (#2362)
Adds sublime project files to the gitignore
2022-07-07 18:04:14 -04:00
CoreyLee Hassell
7286423f4f Updated gmad_linux ref to always use latest build from wiremod repo. 2020-05-19 08:09:47 -04:00
CoreyLee Hassell
f28423970f Updated various little root files for consistency 2020-05-17 06:16:22 -04:00
CaptainPRICE
44ed9f26ca Add a comment. 2019-04-08 17:04:55 +02:00
CaptainPRICE
ac13e50a02 Change "/.vs" to ".vs/" (allowing subfolders to contain .vs folder). 2019-04-08 16:50:44 +02:00
CaptainPRICE
a8ebe51461 Add Visual Studio cache directory to the gitignore.
Since VS2015 and Visual Studio Code, they create this folder which store cache/options stuff, when opening a repository folder.
Removing the folder is not really possible, because file inside is being used by editor.
It becomes annoying to use stashing all the time while contributing.
2019-04-08 12:58:17 +02:00
AbigailBuccaneer
b0ba736dcf Simplify the .gitignore file
Currently there are many files which are ignored by .gitignore but also
tracked - such as every file in the root of the repository. This was
done to make it harder for developers to accidentally commit files that
shouldn't be in the repository, but it also upsets many tools and
editors. (For example, Atom won't navigate to any file ignored by
.gitignore, even if it's also in the Git index.)

Given this, and given that this isn't something I've seen any other
projects do and I've never seen it recommended anywhere, I'm replacing
the .gitignore with a much simpler one. All it ignores is a .svn
directory (as the old one did), and any file generated by luac (as `luac
filename.lua` can be used to quickly check that a file is syntactically
valid Lua).
2018-04-25 18:31:23 +01:00
TomyLobo
84520c21d8 Made .gitignore ignore everything in the root folder except data, lua, materials, models, settings (and files in folders other than these) 2012-05-27 01:39:29 +02:00
TomyLobo
5e65ecc662 Added .gitignore to ignore .svn folders. 2012-05-08 01:47:38 +02:00