Gitee/.gitignore

32 lines
301 B
Text
Raw Normal View History

# to sync with .dockerignore & pyrightconfig.json
*.pyc
*/*.pyc
*~
*.swp
geckodriver.log
.coverage
coverage/
.nvm/
cache/
build/
dist/
local/
gh-pages/
*.egg-info/
/package-lock.json
2024-12-10 20:53:06 +03:30
**/node_modules
**/.parcel-cache
2024-12-10 22:05:26 +03:30
pnpm-lock.yaml
.idea/
searx/version_frozen.py
.dir-locals.el
.python-version
2024-12-10 22:05:26 +03:30