cma_search/.gitignore

41 lines
384 B
Plaintext

# server
.vscode/
.vs/
venv/
media/
temp/
*.log
static/
__pycache__/
*.pyc
*.sqlite3
# client
node_modules/
dist/*
public/*
!dist/index_zs.html
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock
web.config