This website requires JavaScript.
Explore
Help
Sign In
wiremod
/
wire
Watch
1
Star
0
Fork
0
You've already forked wire
mirror of
https://github.com/wiremod/wire.git
synced
2025-03-04 03:03:04 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac13e50a02
wire
/
.gitignore
4 lines
20 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 13:31:23 -04:00
.svn/
luac.out
Change "/.vs" to ".vs/" (allowing subfolders to contain .vs folder).
2019-04-08 10:50:44 -04:00
.vs/
Copy Permalink