Update .gitignore

pull/3/head
Subhomoy Haldar 2023-04-20 13:34:02 +01:00
parent 795eb9a66a
commit f6dbd4abd2
1 changed files with 16 additions and 1 deletions

17
.gitignore vendored
View File

@ -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