Ignore modules

This commit is contained in:
2022-03-07 09:54:45 -03:00
parent 606fdc4d96
commit 8ce0b75bb4

17
.gitignore vendored
View File

@ -1,8 +1,9 @@
*.env
/vendor/
composer.lock
/node_modules/
package-lock.json
Pipfile.lock
/logs/
/cache/
**/*.env
**/vendor/
**/composer.lock
**/node_modules/
**/package-lock.json
**/Pipfile.lock
**/logs/
**/cache/
**/modules/