tellform/.gitignore

88 lines
1 KiB
Plaintext
Raw Normal View History

2017-07-12 18:02:19 +00:00
dist
2016-12-02 17:35:29 +00:00
.vagrant
2016-04-29 06:57:17 +00:00
npm-debug.*
2015-08-14 16:40:34 +00:00
scripts/test_oscarhost.js
2015-09-03 18:24:44 +00:00
coverage/
2016-12-01 00:29:44 +00:00
e2e_coverage/
2016-11-08 22:46:20 +00:00
app/e2e_tests/screeshots/*
2015-08-12 18:39:39 +00:00
2015-06-29 22:51:29 +00:00
# iOS / Apple
# ===========
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
2015-08-07 21:05:56 +00:00
Oscar_Credentials.*
2015-06-29 22:51:29 +00:00
# Node and related ecosystem
# ==========================
.nodemonignore
.sass-cache/
npm-debug.log
node_modules/
2015-07-14 20:48:39 +00:00
public/lib/
2017-11-12 03:56:41 +00:00
public/dist
2015-06-29 22:51:29 +00:00
app/tests/coverage/
.bower-*/
.idea/
# MEAN.js app and assets
# ======================
config/sslcerts/*.pem
access.log
public/dist/populate_template_cache.js
2015-06-30 07:29:06 +00:00
uploads/
2015-07-27 20:33:43 +00:00
# API keys file
api_keys.js
2016-04-12 04:52:33 +00:00
*.env
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/
2015-11-23 20:19:03 +00:00
#Coverage
# =======
coverage/
coverageServer/
coverageClient/
2016-08-17 19:04:42 +00:00
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml