Files
fsfe-website/.prettierignore
delliott b6407993f2
All checks were successful
continuous-integration/drone/push Build is passing
build: thirdparty separation (#5271)
- 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>
2025-09-02 08:44:15 +00:00

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.*