mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-28 16:22:12 -07:00
20 lines
225 B
Plaintext
20 lines
225 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/app/build
|
|
/app/release
|
|
|
|
# misc
|
|
.*
|
|
*.properties
|
|
*.iml
|
|
!.gitignore
|
|
|