mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gitignore: ignore .env (#6879)
This commit is contained in:
parent
e798326a1a
commit
925b40e2c0
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -56,6 +56,7 @@ fns.txt
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*.swn
|
*.swn
|
||||||
|
.env
|
||||||
|
|
||||||
# ignore debugger files
|
# ignore debugger files
|
||||||
cachegrind.out.*
|
cachegrind.out.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue