Skip to content

Commit

Permalink
Clean up .gitignore, dropping /translate/.gitignore as unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Oct 8, 2024
1 parent 174a951 commit 258abc0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 48 deletions.
51 changes: 22 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
*.py[co]
*.sw[po]
/pontoon/coverage.xml
docs/_gh-pages
build.py
build
dist
.DS_Store
node_modules
.*

*-all.js
*-min.css
*-min.js
*-all.js
.noseids
tmp/*
.idea
.vscode
*~
*.log
*.mo
.vagrant
/env/
/static/
/.env
docs/_build
.venv/
venv/
/media/
.cache/
*.py[co]
*.sw[po]
*~

build.py
build/
coverage/
*.log
dist/
node_modules/
tmp/
venv/

# Docker
.server-build
docker/config/server.env
docker/config/server.env-e
/docker/config/server.env
/docker/config/server.env-e
/docs/_build
/docs/_gh-pages
/env/
/media/
/pontoon/coverage.xml
/static/
19 changes: 0 additions & 19 deletions translate/.gitignore

This file was deleted.

0 comments on commit 258abc0

Please sign in to comment.