mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 04:19:43 +00:00
48 lines
514 B
Plaintext
48 lines
514 B
Plaintext
|
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# builds
|
|
types
|
|
build
|
|
*/build
|
|
dist
|
|
lib
|
|
es
|
|
artifacts
|
|
.rpt2_cache
|
|
coverage
|
|
*.tgz
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.next
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.history
|
|
size-plugin.json
|
|
stats-hydration.json
|
|
stats.json
|
|
stats.html
|
|
.vscode/settings.json
|
|
|
|
*.log
|
|
.DS_Store
|
|
node_modules
|
|
.cache
|
|
dist
|
|
.idea
|
|
|
|
nx-cloud.env
|