| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # Build and Release Folders
- bin-debug/
- bin-release/
- [Oo]bj/
- # Other files and folders
- .settings/
- .venv/
- .tests/
- .vscode/
- .idea/
- __pycache__/
- **/__pycache__/
- *.pyc
- *.pyo
- *.log
- tests/
- todo.md
- # Executables
- *.swf
- *.air
- *.ipa
- *.apk
- # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
- # should NOT be excluded as they contain compiler settings and other important
- # information for Eclipse / Flash Builder.
- .DS_Store
- node_modules/
- dist/
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- **/*.log
- ruoyi_test/*
- tests/**/coverage/
- tests/e2e/reports
- selenium-debug.log
- # Editor directories and files
- .idea
- .vscode
- *.suo
- *.ntvs*
- *.njsproj
- *.sln
- *.local
- package-lock.json
- yarn.lock
|