1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-17 07:30:13 +02:00
react-component-form/.gitignore

41 lines
395 B
Plaintext
Raw Normal View History

# dependencies
2020-08-04 16:22:31 +02:00
node_modules
.npm
# production
build
2020-08-04 16:22:31 +02:00
dist
2023-04-02 22:10:52 +02:00
.next
# 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
2021-06-17 18:48:19 +02:00
.parcel-cache
.cache