Add .gitignore

This commit is contained in:
Jelle Hermsen 2021-09-24 16:39:02 +02:00
commit 9de77ad670
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# For the MAC users out there
.DS_Store
# Vim
*~
*.swp
*.swo
# Log files
*.log
# Node specific
node_modules
# Documentation directory
docs/
# Build directory
build/