Added .gitignore
- Without it the IDE struggles to parse the content of the project after initial install
This commit is contained in:
parent
36b396b921
commit
11dbd0ed95
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
.idea
|
||||
.vscode
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
.venv
|
||||
Loading…
Reference in New Issue
Block a user