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:
2024-04-05 14:04:58 +00:00
parent 8c32e06649
commit 5722cdedb8

3
.gitignore vendored
View File

@@ -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.