55 lines
681 B
Plaintext
55 lines
681 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Build outputs
|
|
styles/tedeum.css
|
|
styles/*.css.map
|
|
|
|
# IDE & Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# System files
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# Optional: Uncomment if you want to ignore pack database files
|
|
# These are usually committed for systems, but can be regenerated
|
|
# packs/**/*.ldb
|
|
# packs/**/LOG
|
|
# packs/**/LOG.old
|
|
# packs/**/MANIFEST-*
|
|
# packs/**/CURRENT
|
|
|
|
# Compiled source
|
|
dist/
|
|
build/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|