diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -19,14 +19,19 @@ Thumbs.db .env .env.local -# Node (if you add build tooling later) +# Node and Build node_modules/ +dist/ npm-debug.log yarn-error.log +*.log # Docker .docker +# Claude +.claude + # Temporary files *.tmp *.log |
