Skip to content
Snippets Groups Projects
Unverified Commit 96e851b8 authored by Niklas Mohrin's avatar Niklas Mohrin
Browse files

Switch from deny- to allow-list for static js files

This also allows tracking of .gitignore files in subdirectories.
parent 37d4f5e7
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
*.swp
TAGS
.*
!.gitignore
*.kpf
*.komodoproject
......@@ -23,10 +24,6 @@ thumbs.db
evap/localsettings.py
evap/static/css/evap.css
evap/static/css/evap.css.map
evap/static/js/copy-to-clipboard.js
evap/static/js/csrf-utils.js
evap/static/js/datagrid.js
evap/static/js/text-answer-warnings.js
evap/static/ts/rendered
evap/static_collected
evap/media
......@@ -44,7 +41,6 @@ htmlcov
src
!evap/static/ts/src
# node modules
node_modules
# python env subdir
......
# ignore the typescript output, but still track the libraries
*.js
!*.min.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment