SiteWebAstrolabe/.gitignore

25 lines
272 B
Plaintext
Raw Permalink Normal View History

#.gitignore
*~
2020-06-19 23:47:44 +02:00
*.log
npm-debug.*
*.scssc
*.log
*.swp
.DS_Store
2020-06-23 13:44:10 +02:00
.vscode
*.code-workspace
2020-06-19 23:47:44 +02:00
.sass-cache
node_modules
dist/*
deploy-prod.js
deploy-preprod.js
package-lock.json
2020-06-19 23:47:44 +02:00
# Specifics
# Hide design tokens
src/scss/_tokens.scss
# Hide compiled CSS
src/_includes/assets/*