c2cs-jsdoc
Version:
A JSDoc theme and plugin collection based on Minami and Loke.
84 lines (56 loc) • 1.04 kB
Plain Text
-- Generic / Misc ----------------------#
.tmp
pids
logs
results
lib-cov
*.seed
*.log
*.dat
*.out
*.pid
*.gz
-- Node.js -----------------------------#
node_modules
-- Bower.io --------------------------- #
bower_components
-- NPM -------------------------------- #
npm-debug.log
-- Common Editors --------------------- #
*~
*#
.DS_STORE
.netbeans
nbproject
-- IntelliJ / phpStorm / webStorm ----- #
.idea/
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
*.ipr
*.iws
.idea_modules/
atlassian-ide-plugin.xml
-- Common Render / Output Dirs -------- #
out/
dist/bower_components
-- Unit Tests ------------------------- #
test
-- Vagrant ---------------------------- #
.vagrant
Vagrantfile
env
-- CI/CD ------------------------------ #
.travis.yml
-- C2C Authentication ----------------- #
auth/*.tar.gz
-- Task/Script Runners ---------------- #
scripts
grunt
-- Common C2C Patterns ---------------- #
*.depr.*
*/backup/*
tmp/
depr/
-- Project Specific ------------------- #