grow flex layout on all devices on main app layout
[wortel.git] / .gitignore
blob3d8b36a0e23a9ee3d7d5a76d01cc8b37ab8e535e
1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
3 # dependencies
4 /node_modules
5 /.pnp
6 .pnp.js
8 # testing
9 /coverage
11 # production
12 /build
14 # misc
15 .DS_Store
16 .env.local
17 .env.development.local
18 .env.test.local
19 .env.production.local
20 .idea
22 npm-debug.log*
23 yarn-debug.log*
24 yarn-error.log*