You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
558 B
51 lines
558 B
# Dependencies |
|
node_modules |
|
npm-debug.log |
|
# Note: package-lock.json is needed for npm ci, so don't exclude it |
|
|
|
# Build outputs |
|
build |
|
.svelte-kit |
|
package |
|
|
|
# Development files |
|
.env |
|
.env.* |
|
!.env.example |
|
|
|
# Git |
|
.git |
|
.gitignore |
|
.gitattributes |
|
|
|
# IDE |
|
.vscode |
|
.idea |
|
*.swp |
|
*.swo |
|
*~ |
|
|
|
# Documentation |
|
README.md |
|
README_SETUP.md |
|
*.md |
|
|
|
# CI/CD |
|
.github |
|
.gitlab-ci.yml |
|
|
|
# Test files |
|
**/*.test.ts |
|
**/*.test.js |
|
**/*.spec.ts |
|
**/*.spec.js |
|
coverage |
|
|
|
# Misc |
|
.DS_Store |
|
*.log |
|
*.tmp |
|
|
|
# Exclude wyoming-piper directory (should not be in aitherboard image) |
|
wyoming-piper/ |
|
piper-data/
|
|
|