mirror of
https://github.com/django-cms/django-cms.git
synced 2026-01-16 13:29:00 +03:00
* feat: upgrade sass and gulp sass so that it installs on a modern node.js * fix: upgrade some packages and gulp config to 4.x series * fix: add support for icons working as well * Feat: get some tasks to work * fix: port one more tasks even if it is still erroring * wip: still broken config for webpack bundle * fix: let the new tests run * fix: issue with lint task * fix: some more issues with loaders * feat: get some tests passing atleast * fix: the frontend tests pass now * feat: generate new lock file * feat: use gulp 4.x * feat: make build use node16 as well * feat: add .nvmrc for a consistent experience
52 lines
564 B
Plaintext
52 lines
564 B
Plaintext
*.pyc
|
|
!.travis.yml
|
|
*.swp
|
|
*.lock
|
|
*.log
|
|
*.pid
|
|
cms/django
|
|
*.DS_Store
|
|
*.svn
|
|
*.xml
|
|
/*env*/
|
|
/*docs/env*/
|
|
/*docs/build*/
|
|
*.sqlite
|
|
cms/media/cms_page_media/
|
|
example/run
|
|
example/local_settings.py
|
|
reversion/
|
|
htmlcov
|
|
build
|
|
dist
|
|
.ropeproject
|
|
.project
|
|
.coverage
|
|
.pydevproject
|
|
.vscode
|
|
.settings
|
|
/*.egg-info/
|
|
/*.egg/
|
|
develop-eggs
|
|
downloads
|
|
eggs
|
|
parts
|
|
bin
|
|
/dist
|
|
*~
|
|
distribute-*.tar.gz
|
|
include/
|
|
lib/
|
|
man/
|
|
share/
|
|
!.editorconfig
|
|
!.jscsrc
|
|
!.jshintrc
|
|
cms/static/cms/compass_app_log.txt
|
|
!cms/static/cms/js/dist
|
|
cms/tests/frontend/coverage
|
|
node_modules
|
|
screenshots
|
|
.idea
|
|
.better_test.db
|