/ .gitignore
.gitignore
1 # Dependencies 2 node_modules 3 .yarn 4 5 # Production 6 /build 7 8 # Generated files 9 .docusaurus 10 .cache-loader 11 12 # Misc 13 .DS_Store 14 .env.local 15 .env.development.local 16 .env.test.local 17 .env.production.local 18 19 npm-debug.log* 20 yarn-debug.log* 21 yarn-error.log* 22 23 tina/__generated__ 24 .env