mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
34 lines
386 B
Plaintext
34 lines
386 B
Plaintext
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||
|
|
||
|
# compiled output
|
||
|
/dist
|
||
|
/tmp
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
/bower_components
|
||
|
|
||
|
# IDEs and editors
|
||
|
/.idea
|
||
|
.project
|
||
|
.classpath
|
||
|
*.launch
|
||
|
.settings/
|
||
|
|
||
|
# misc
|
||
|
/.sass-cache
|
||
|
/connect.lock
|
||
|
/coverage/*
|
||
|
/libpeerconnection.log
|
||
|
npm-debug.log
|
||
|
testem.log
|
||
|
/typings
|
||
|
|
||
|
# e2e
|
||
|
/e2e/*.js
|
||
|
/e2e/*.map
|
||
|
|
||
|
#System Files
|
||
|
.DS_Store
|
||
|
Thumbs.db
|