mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Moving static source files outside package
This commit is contained in:
parent
0a79262dd7
commit
21d17a3e63
5 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -46,8 +46,8 @@ node_modules
|
|||
*.swp
|
||||
*.out
|
||||
.vagrant
|
||||
markdownx/.static/markdownx/js/*.js
|
||||
markdownx/.static/markdownx/js/*.map
|
||||
static-src/markdownx/js/*.js
|
||||
static-src/markdownx/js/*.map
|
||||
db.sqlite3
|
||||
npm-debug.log
|
||||
.vagrant/
|
||||
|
|
|
|||
Loading…
Reference in a new issue