Making .gitignore complient

Added the necessiary lines to the .gitignore file to make the file
complient to the NinjaSurge Application Requirements project.
https://gitlab.computersurge.dev/professional-projects/ninjasurge-application-requirements

Changelog: added
This commit is contained in:
2024-08-29 18:21:24 -05:00
parent 3c61512d96
commit 392dfaa837

4
.gitignore vendored
View File

@@ -128,3 +128,7 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Below is code to make the file NinjaSurge Application Requirements complient
**/*.ign # This is just an extension that tells git to ignore the file.