16 lines
178 B
Text
16 lines
178 B
Text
# Dependency directories
|
|
node_modules/
|
|
|
|
# Build directory
|
|
build/
|
|
|
|
# Downloaded data files
|
|
data/*
|
|
!data/*.csv
|
|
!data/background.png
|
|
|
|
# Configuration
|
|
config.json
|
|
|
|
# Log files
|
|
*.log
|