Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
36 righe
400 B
36 righe
400 B
5 anni fa
|
# 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
|
||
|
/.vscode
|
||
|
.project
|
||
|
.classpath
|
||
|
.c9/
|
||
|
*.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
|