Till Tomczak / Torben via Frontend 2602e42d0b status raspi
2025-04-01 13:34:14 +02:00

28 lines
360 B
Plaintext

# Build and utility assets
docker/
scripts/
# Ignore node_modules as they will be installed in the container
node_modules
# Ignore build artifacts
.next
# Ignore runtime data
db/
# Ignore local configuration files
#.env
.env.example
# Ignore version control files
.git
.gitignore
# Ignore IDE/editor specific files
*.log
*.tmp
*.DS_Store
.vscode/
.idea/