# Logs and databases # ###################### *.log *.sql *.sqlite *.db *.db-shm *.db-wal *.db* # OS generated files # ###################### .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Other .idea .yarn node_modules/ web/build bin/ log/ dist/ # If needed, package-lock.json shall be added # manually using an explicit git add command. package-lock.json # Ditto for yarn, except we're using npm. yarn.lock