1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gitignore: ignore .env (#6879)

This commit is contained in:
Daniel Däschle
2020-11-19 21:16:03 +01:00
committed by GitHub
parent e798326a1a
commit 925b40e2c0

1
.gitignore vendored
View File

@@ -56,6 +56,7 @@ fns.txt
*.swp
*.swo
*.swn
.env
# ignore debugger files
cachegrind.out.*