umap/.gitignore
Yohan Boniface a12d0e6b50 chore: remove package-lock.json from git
As we vendor our dependencies ourselves, let's make it simple.
2024-10-04 17:22:04 +02:00

27 lines
348 B
Text

### UMap ###
umap/settings/local.py
umap/settings/local/*
docs/_build
umap/remote_static
tmp/*
site/*
.pytest_cache/
node_modules
umap.conf
/data
/static
package-lock.json
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
# Distribution / packaging
build/
dist/
*.egg-info/
playwright/.auth/
test-results/
### Transifex ###
tx