################################################ ############### .gitignore ################## ################################################ # Common files generated by Node, NPM, and the # related ecosystem. ################################################ *.seed *.log *.out *.pid ################################################ # Miscellaneous # # Common files generated by text editors, # operating systems, file systems, etc. ################################################ *~ *# .idea *.db *.exe config/*.json .vscode/* .vscode\\* .vscode\\launch.json .vscode/launch.json .DS_Store out/ debug .debug/ src/ .DS_Store *.code-workspace **/config/*.json