Updated gitignore
This commit is contained in:
parent
9dec248dc3
commit
e065bb04ca
14
.gitignore
vendored
14
.gitignore
vendored
@ -193,3 +193,17 @@ cython_debug/
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# Direnv
|
||||||
|
*.sw?
|
||||||
|
.direnv
|
||||||
|
.gopath
|
||||||
|
/direnv
|
||||||
|
/direnv.test
|
||||||
|
/dist
|
||||||
|
/test/config
|
||||||
|
/test/data
|
||||||
|
/test/scenarios/inherited/.envrc
|
||||||
|
|
||||||
|
# for context: https://github.com/Homebrew/homebrew-bundle/pull/552
|
||||||
|
Brewfile.lock.json
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user