squarespace-cli
Version:
A CLI for doing random stuff with Squarespace.
59 lines (43 loc) • 903 B
Plain Text
###############################################
############## .gitignore ##################
###############################################
###############################################
Dependencies
# Modules or components you are using for
this project.
###############################################
node_modules
bower_components
###############################################
Node.js / NPM
# Common files generated by Node, NPM, and the
related ecosystem.
###############################################
lib-cov
*.seed
*.log
*.out
*.pid
npm-debug.log
###############################################
Miscellaneous
# Common files generated by text editors,
operating systems, file systems, etc.
###############################################
*~
*#
.DS_STORE
.DS_Store
.netbeans
.node_history
.todo
.sass-cache
.notes
.tmp
/design
/test
/docs/*
/lib/*