feat: add .gitignore file to exclude common development artifacts and editor configurations.
This commit is contained in:
parent
cf0cf4e95f
commit
e83c5c8b08
1 changed files with 3 additions and 0 deletions
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
|
|
@ -22,3 +22,6 @@ dist-ssr
|
|||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
|
|
|||
Loading…
Reference in a new issue