Spaces:
Sleeping
Sleeping
| # Ignore node modules and build output | |
| node_modules | |
| .next | |
| out | |
| # Ignore environment files | |
| .env | |
| .env.* | |
| !.env.example | |
| # VCS | |
| .git | |
| .gitignore | |
| # OS/editor noise | |
| .DS_Store | |
| .vscode | |
| *.log | |
| # Ignore node modules and build output | |
| node_modules | |
| .next | |
| out | |
| # Ignore environment files | |
| .env | |
| .env.* | |
| !.env.example | |
| # VCS | |
| .git | |
| .gitignore | |
| # OS/editor noise | |
| .DS_Store | |
| .vscode | |
| *.log | |