mirror of https://github.com/hungrybluedev/geo
Update .gitignore
parent
795eb9a66a
commit
f6dbd4abd2
|
@ -6,4 +6,19 @@ geo
|
|||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
vls.log
|
||||
|
||||
# Ignore binary output folders
|
||||
bin/
|
||||
|
||||
# Ignore common editor/system specific metadata
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# ENV
|
||||
.env
|
||||
|
||||
# vweb and database
|
||||
*.db
|
||||
*.js
|
||||
|
|
Loading…
Reference in New Issue