Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- # Logs
- logs
- *.log
-
- # Runtime data
- pids
- *.pid
- *.seed
-
- # Directory for instrumented libs generated by jscoverage/JSCover
- lib-cov
-
- # Coverage directory used by tools like istanbul
- coverage/
-
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
- .grunt
-
- # node-waf configuration
- .lock-wscript
-
- # Dependency directory
- # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
- node_modules/
-
- # IDE config
- .idea
-
- # output
- output/
- output.tar.gz
-
- app/
-
- runtime/
|