Update .gitignore with the .ign extension
This extension is just to make ignoring certain files without explicitly listing them in a projects .gitignore file. Things that could be private or just not needed in the project but still needed/wanted in the local repo. Changelog: feature
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
# This is a base file for all projects that are compliant to the "NinjaSurge Application Requirements" standard.
|
||||
# This is a base file for all projects that are compliant to the "NinjaSurge Application Requirements" standard.
|
||||
**/*.ign # This is just an extension that tells git to ignore the file.
|
||||
Reference in New Issue
Block a user