mirror of
https://github.com/canonical/canonical-design.git
synced 2025-07-20 16:42:15 +00:00
35 lines
544 B
Plaintext
35 lines
544 B
Plaintext
# [generated] Bracketed sections updated by Yeoman generator
|
|
# generator-canonical-webteam@3.4.1
|
|
|
|
# [os] OS & editor files
|
|
._*
|
|
*~
|
|
.vscode
|
|
.idea
|
|
|
|
# [cache] Cache and backup
|
|
*.pyc
|
|
|
|
# [deps] Local dependencies
|
|
node_modules/
|
|
|
|
# Normally lockfiles would be committed, but we use yarn instead of NPM for locking dependencies
|
|
package-lock.json
|
|
|
|
# [build] Built files
|
|
*.*.map
|
|
/static/js/dist/*.js
|
|
/templates/_macros
|
|
|
|
# [env] Local environment settings
|
|
.*.hash
|
|
.env.local
|
|
|
|
# [sass] Files generated by Sass
|
|
*.css
|
|
|
|
# Project specific
|
|
.venv/
|
|
.dotrun.json
|
|
|