Added .gitignore

- Without it the IDE struggles to parse the content of the project after initial install
This commit is contained in:
Naz 2024-08-15 12:51:49 +07:00
parent 36b396b921
commit 11dbd0ed95
No known key found for this signature in database

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
.idea
.vscode
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.venv