# Build
target/

# Environment and config (if ever used)
.env
.env.*
config*.json
!config.example.json

*.db
*.sqlite

# IDE / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Ignore all markdown files
*.md

# But keep some files
!README.md
!CHANGELOG.md

# Ignore all scripts
scripts/*

# But keep any scripts
!scripts/tests.sh
!scripts/ci-setup-armv7-cross.sh

info