Browse Source

gitignore: exclude .bak, patch scripts, and temp files

master
Don Kingdon 1 week ago
parent
commit
594266402a
  1. 13
      .gitignore

13
.gitignore vendored

@ -57,3 +57,16 @@ android/app/build/
# Node (future) # Node (future)
node_modules/ node_modules/
# backups
*.bak
*.bak.*
*.broken.*
# temp scripts
patch*.sh
# python cache
__pycache__/
*.pyc

Loading…
Cancel
Save