Ignore backups from OpenMaya (#1955)

For the level builder, I use .bak files whenever I modify a core file in
the project. These let you undo changes, but they don't need to be
pushed. I also couldn't find a nice way to do this, but we should also
ignore all contents of custom_levels besides test-zone.
This commit is contained in:
himham-jak 2022-10-11 18:18:19 -04:00 committed by GitHub
parent 9a04c7e311
commit 18fa543621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -53,3 +53,6 @@ __pycache__/
# sqlite stuff # sqlite stuff
*.db *.db
*.db-journal *.db-journal
# backup files from OpenMaya
*.bak