mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 03:48:04 +00:00
Sli
655d72a2b1
* Migrate alpine * Migrate jquery and jquery-ui * Migrate shorten * Add babel for javascript * Introduce staticfiles django app * Only bundle -index.js files in static/webpack * Unify scss and webpack generated files * Convert scss calls to static * Add --clear-generated option to collectstatic * Fix docs warnings
24 lines
269 B
Plaintext
24 lines
269 B
Plaintext
*.sqlite3
|
|
*.log
|
|
*.pyc
|
|
*.mo
|
|
*__pycache__*
|
|
.DS_Store
|
|
pyrightconfig.json
|
|
dist/
|
|
.vscode/
|
|
.idea/
|
|
env/
|
|
doc/html
|
|
data/
|
|
galaxy/test_galaxy_state.json
|
|
/static/
|
|
sith/settings_custom.py
|
|
sith/search_indexes/
|
|
.coverage
|
|
coverage_report/
|
|
node_modules/
|
|
|
|
# compiled documentation
|
|
site/
|