ibex-dashboard/.gitignore

30 строки
370 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

# See http://help.github.com/ignore-files/ for more about ignoring files.
2016-02-09 02:17:10 +03:00
# dependencies
2017-06-14 13:38:35 +03:00
node_modules/
2016-02-09 02:17:10 +03:00
# testing
/coverage
/client/coverage
# build files
/build
# client build files
/client/build
2016-02-09 02:17:10 +03:00
# misc
.DS_Store
2016-10-24 13:04:02 +03:00
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2016-10-24 13:04:02 +03:00
2017-03-21 15:40:15 +03:00
# generated files
2017-06-14 17:49:39 +03:00
client/**/*.css
2017-03-22 23:35:22 +03:00
# generated merge temp files
*.orig
# private files
*.private.*