tellform/.gitignore

66 lines
729 B
Plaintext
Raw Normal View History

2015-06-29 22:51:29 +00:00
# iOS / Apple
# ===========
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
# Node and related ecosystem
# ==========================
.nodemonignore
.sass-cache/
npm-debug.log
node_modules/
2015-07-14 20:48:39 +00:00
public/lib/
2015-06-29 22:51:29 +00:00
app/tests/coverage/
.bower-*/
.idea/
# MEAN.js app and assets
# ======================
config/sslcerts/*.pem
access.log
2015-07-14 20:48:39 +00:00
#public/dist/
2015-06-30 07:29:06 +00:00
uploads/
2015-07-27 20:33:43 +00:00
# API keys file
api_keys.js
2015-06-29 22:51:29 +00:00
# Sublime editor
# ==============
.sublime-project
*.sublime-project
*.sublime-workspace
# Eclipse project files
# =====================
.project
.settings/
.*.md.html
.metadata
*~.nib
local.properties
# IntelliJ
# ========
*.iml
# Cloud9 IDE
# =========
.c9/
data/
mongod
# General
# =======
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
logs/
build/