mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 17:51:22 -04:00
add a .gitignore
This commit is contained in:
parent
860fe5ce7e
commit
8fb3cac645
1 changed files with 10 additions and 4 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
|||
.DS_Store
|
||||
pyinstaller.zip
|
||||
pyinstaller-*
|
||||
brigadier*.zip
|
||||
/brigadier.plist
|
||||
|
||||
# virtualenv
|
||||
.venv
|
||||
|
||||
# possible brigadier outputs
|
||||
BootCamp-*
|
||||
|
||||
# pyinstaller
|
||||
build
|
||||
dist
|
||||
*.spec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue