remove git ignore

This commit is contained in:
Priyatham Sai Chand 2022-11-04 15:17:45 -07:00
parent 2bc602c00c
commit 391c319d47
No known key found for this signature in database
GPG key ID: 5DF163EB5A38175B

23
.gitignore vendored
View file

@ -77,3 +77,26 @@ fabric.properties
# Android studio 3.1+ serialized cache file # Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser .idea/caches/build_file_checksums.ser
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*