1
0
ohmyform/.gitignore

92 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2019-07-03 00:47:52 -07:00
data/
2017-07-12 11:02:19 -07:00
dist
2016-12-02 09:35:29 -08:00
.vagrant
2016-04-28 23:57:17 -07:00
npm-debug.*
2015-08-14 09:40:34 -07:00
scripts/test_oscarhost.js
2015-09-03 11:24:44 -07:00
coverage/
2016-11-30 16:29:44 -08:00
e2e_coverage/
2016-11-08 14:46:20 -08:00
app/e2e_tests/screeshots/*
2015-08-12 11:39:39 -07:00
2015-06-29 15:51:29 -07:00
# iOS / Apple
# ===========
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
2015-08-07 14:05:56 -07:00
Oscar_Credentials.*
2015-06-29 15:51:29 -07:00
# Node and related ecosystem
# ==========================
.nodemonignore
.sass-cache/
npm-debug.log
node_modules/
2015-07-14 13:48:39 -07:00
public/lib/
public/dist/
2015-06-29 15:51:29 -07: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 00:29:06 -07:00
uploads/
2015-07-27 13:33:43 -07:00
# API keys file
api_keys.js
2016-04-11 21:52:33 -07:00
*.env
2015-06-29 15:51:29 -07: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
pg_data
2022-01-03 05:34:16 -08:00
maria
*.sqlite
2015-06-29 15:51:29 -07:00
# General
# =======
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
logs/
build/
2015-11-23 12:19:03 -08:00
#Coverage
# =======
coverage/
coverageServer/
coverageClient/
2016-08-17 12:04:42 -07:00
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml