Added ignore private files

This commit is contained in:
SwiftyOS
2023-09-12 11:00:30 +02:00
parent 255144bf78
commit cc4706ece0

6
.gitignore vendored
View File

@@ -165,3 +165,9 @@ agbenchmark/reports/
# Nodejs
package-lock.json
package.json
# Allow for locally private items
# private
pri*
# ignore
ig*