2020-02-03 22:38:25 +01:00
|
|
|
# ignore every file
|
|
|
|
*.*
|
|
|
|
|
|
|
|
# except these file types
|
|
|
|
!*.html
|
|
|
|
!*.handlebars
|
|
|
|
!*.json
|
|
|
|
!*.yml
|
|
|
|
!*.svelte
|
|
|
|
!*.md
|
|
|
|
!*.ts
|
|
|
|
!*.js
|
2020-03-02 22:48:18 +01:00
|
|
|
!*.drawio
|
2020-02-03 22:38:25 +01:00
|
|
|
|
|
|
|
# but ignore stuff from .gitignore
|
|
|
|
node_modules
|
|
|
|
.nyc_output
|
|
|
|
/src/**/*.js
|
|
|
|
/mocks/**/*.js
|
|
|
|
/frontend
|
|
|
|
/test-paths
|
|
|
|
/out
|