You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
668 B
63 lines
668 B
3 years ago
|
bundle.js
|
||
|
resources.py
|
||
|
build/**
|
||
|
!build/.gitignore
|
||
|
!build/ci/
|
||
|
!build/utils.sh
|
||
|
!build/DEBIAN/
|
||
|
whither/
|
||
|
|
||
|
### JetBrains template
|
||
|
.idea/
|
||
|
|
||
|
|
||
|
### Python template
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
|
||
|
# C extensions
|
||
|
*.so
|
||
|
|
||
|
# Distribution / packaging
|
||
|
.Python
|
||
|
env/
|
||
|
venv/
|
||
|
develop-eggs/
|
||
|
downloads/
|
||
|
eggs/
|
||
|
.eggs/
|
||
|
lib/
|
||
|
lib64/
|
||
|
parts/
|
||
|
sdist/
|
||
|
var/
|
||
|
web-greeter/dist
|
||
|
*.egg-info/
|
||
|
.installed.cfg
|
||
|
*.egg
|
||
|
|
||
|
# Installer logs
|
||
|
pip-log.txt
|
||
|
pip-delete-this-directory.txt
|
||
|
|
||
|
# Translations
|
||
|
*.mo
|
||
|
|
||
|
### Autotools template
|
||
|
Makefile.in
|
||
|
/autom4te.cache
|
||
|
/aclocal.m4
|
||
|
/compile
|
||
|
/configure
|
||
|
/depcomp
|
||
|
/install-sh
|
||
|
/missing
|
||
|
/stamp-h1
|
||
|
|
||
|
# gh-pages
|
||
|
_book/
|
||
|
node_modules/
|
||
|
package-lock.json
|
||
|
|
||
|
# vscode
|
||
|
.vscode/
|