123/myapp/.gitignore
2025-02-01 15:57:22 +08:00

18 lines
183 B
Text
Executable file

# python
*.pyc
*__pycache__
.pytest_cache
venv
# environment
.env
.env.*
!.env.testing
# npm
node_modules
package-lock.json
.vscode
**/*.DS_Store
# compiled assets
storage/compiled