15 lines
206 B
Text
15 lines
206 B
Text
# Ignore everything by default.
|
|
*
|
|
|
|
# Allow files and directories
|
|
!/public
|
|
!/nginx.conf
|
|
!/app
|
|
!/config
|
|
!/public
|
|
!/.browserslistrc
|
|
!/babel.config.js
|
|
!/jsconfig.json
|
|
!/package.json
|
|
!/tsconfig.json
|
|
!/yarn.lock
|