34 lines
363 B
Plaintext
34 lines
363 B
Plaintext
# Do not commit binaries:
|
|
*.exe
|
|
*.msi
|
|
*.msu
|
|
*.msp
|
|
*.deb
|
|
*.rpm
|
|
*.dmg
|
|
*.pkg
|
|
*.appx
|
|
*.appxbundle
|
|
*.msix
|
|
*.msixbundle
|
|
*.vsix
|
|
*.iso
|
|
*.jar
|
|
*.cab
|
|
*.zip
|
|
*.7z
|
|
*.tar*
|
|
*.part
|
|
|
|
# Do not commit autogenerated WAPT files:
|
|
**/WAPT/*.crt
|
|
**/WAPT/*.sha256
|
|
**/WAPT/*.sha1
|
|
**/WAPT/*.psproj
|
|
**/.vscode/
|
|
*.pyc
|
|
*.wapt
|
|
.env
|
|
|
|
# Specific to this package (use ! as prefix to allow commit):
|