mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -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
|
.DS_Store
|
||||||
pyinstaller.zip
|
|
||||||
pyinstaller-*
|
# virtualenv
|
||||||
brigadier*.zip
|
.venv
|
||||||
/brigadier.plist
|
|
||||||
|
# possible brigadier outputs
|
||||||
BootCamp-*
|
BootCamp-*
|
||||||
|
|
||||||
|
# pyinstaller
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
*.spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue