mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
686b5643b3
BREAKING CHANGE: This package is now pure ESM
40 lines
389 B
Plaintext
40 lines
389 B
Plaintext
# dependencies
|
|
node_modules
|
|
.npm
|
|
|
|
# production
|
|
build
|
|
dist
|
|
|
|
# testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# envs
|
|
.env
|
|
.env.production
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
.DS_Store
|
|
.parcel-cache
|
|
.cache
|