mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
15 lines
No EOL
167 B
Text
15 lines
No EOL
167 B
Text
# Remix compiler artifacts
|
|
**/artifacts/
|
|
**/artifacts/**
|
|
|
|
# Remix plugin state folders
|
|
deps/
|
|
states/
|
|
|
|
# Debug info
|
|
*.dbg.json
|
|
*.tsbuildinfo
|
|
|
|
# Optional
|
|
.env
|
|
.env.local |