Skip to content

Commit

Permalink
Update .gitignore about the new node_modules/
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 31, 2025
1 parent bb9733e commit 38d2630
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Build
build/
assets/node_modules/
node_modules/
assets/dist/
*.bundle.js

Expand Down Expand Up @@ -109,15 +109,19 @@ tests/qgis-projects/tests/*_attachments.zip
tests/qgis-server-plugins/*
!tests/qgis-server-plugins/upgrade_projects.py
tests/lizmap-qgis-plugin.master.zip
tests/end2end/node_modules/
tests/end2end/cypress/downloads/
tests/end2end/cypress/screenshots/
tests/js-units/node_modules/
tests/.env
tests/end2end/playwright-report/
tests/end2end/playwright/.auth
tests/end2end/test-results*

# Keep them a little bit, when we come back from a legacy branch, to be removed soon
tests/js-units/node_modules/
tests/end2end/node_modules/
assets/node_modules/


/.composer
/.npm

Expand Down

0 comments on commit 38d2630

Please sign in to comment.