mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-03-02 00:14:33 +00:00
36 lines
356 B
Plaintext
36 lines
356 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Environment files
|
|
.env*
|
|
!.env.example
|
|
|
|
# Development files
|
|
README.md
|
|
*.md
|
|
.eslintrc*
|
|
.prettier*
|
|
.vscode
|
|
.idea
|
|
*.log
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|