All checks were successful
continuous-integration/drone/push Build is passing
- Move thirdparty css and js into `thirdparty` folders, to make delination clearer - Remove some unused js files - remove bootstrap tests - some css file naming cleanup Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5271 Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
# Generated files from gitignore
|
|
# Local build stuff
|
|
output
|
|
# Python stuff
|
|
.venv
|
|
__pycache__
|
|
#Nltk
|
|
.nltk_data
|
|
|
|
# In repo external sources
|
|
*/look/thirdparty/
|
|
*/scripts/thirdparty/
|
|
|
|
# Minimised stuff
|
|
*.min.*
|
|
# This is used to signify some minified js
|
|
*.custom.*
|