# Git
.gitignore
.gitattributes

# Prettier
.prettierrc

# Node
node_modules/
src/
.npmrc
package_lock.json

# Misc
tsconfig.json