1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-31 02:37:10 +01:00

50 lines
599 B
Plaintext
Raw Normal View History

# See http://help.github.com/ignore-files/ for more about ignoring files.
/release
# compiled output
2019-04-04 23:23:09 -04:00
/release
/dist
/dist-server
/tmp
/out-tsc
2018-10-28 19:45:18 -04:00
TESTS-Chrome*.xml
# dependencies
/node_modules
*/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
2018-07-31 21:24:35 -04:00
.vs
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db