Move existing documentation to `docs/development.md` to have simpler `README.md` but more dedicated and extensive documentation for development. Improve existing documentation for different commands for the project. Document VSCode recommendations in `extensions.json` file and add exception in `.gitignore` to be able to add it to repository.
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
node_modules
|
|
dist/
|
|
.vs
|
|
.vscode/**/*
|
|
!.vscode/extensions.json
|
|
#Electron-builder output
|
|
/dist_electron
|
|
# Cypress
|
|
/tests/e2e/screenshots
|
|
/tests/e2e/videos
|