Files
briques-poster/.gitignore
Julien Lengrand-Lambert af7b5fce1b Create repo and latest lit
2021-05-02 15:30:13 +02:00

23 lines
190 B
Plaintext

## editors
/.idea
/.vscode
## system files
.DS_Store
## npm
/node_modules/
/npm-debug.log
## testing
/coverage/
## temp folders
/.tmp/
# build
/_site/
/dist/
/out-tsc/
storybook-static