Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
389 changes: 195 additions & 194 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,194 +1,195 @@
# This .gitignore file partially built from https://github.com/github/gitignore
# and https://github.com/github/gitignore/blob/master/Node.gitignore

# Ignore build files
build
build-live
package-lock.json

# TernJS
###################
.tern-project

# Logs
###################
logs
*.log
npm-debug.log*

# Runtime data
###################
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
###################
lib-cov

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
###################
.grunt

# node-waf configuration
###################
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
###################
build/Release

# Dependency directory
###################
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

# Optional npm cache directory
###################
.npm

# Optional REPL history
###################
.node_repl_history

# Compiled source #
###################
venv
*.com
*.class
*.dll
*.exe
*.so

# PyInstaller #
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
###############
*.manifest
*.spec

# Installer logs #
##################
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports #
################################
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations #
################
*.mo
*.pot

# Sphinx documentation #
########################
docs/_build/

# PyBuilder #
#############
target/

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.iso
*.rar
*.zip

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.AppleDouble
.LSOverride

# SublimeText #
###############
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file #
###########################
sftp-config.json

# Pycharm #
###########
.idea

# Vim / emacs #
###############
*.swp
*.swo

# Compass / Sass #
##################
.sass-cache

# Heroku Related #
##################
staticfiles

# Other #
#########
/geo/data/
/**/migrations/*.py
!/**/migrations/__init__.py
srcCordova
src/cert/*.*
!src/cert/README.txt
src/js/compileDate.js
src/js/config.js
src/js/config-qa.js
src/js/config-www.js
tests/browserstack/browserstack.config.js
src/javascript/google-tag-manager.js
src/javascript/google-tag-manager-qa.js
src/javascript/google-tag-manager-www.js
src/javascript/google-analytics.js
src/javascript/google-analytics-qa.js
src/javascript/google-analytics-www.js
web_app/build/*
*.crt
*.key
.vscode
.gitattributes
/yarn.lock
server.csr
tests/browserstack/wdio.conf.js
tests/browserstack/wdio.conf.template
tests/browserstack*/config/browserstack.config.js
tests/browserstack*/capabilities/mobile.json
tests/browserstack*/screenshots/
storybook-static/
compileDate.js.backup
tests/browserstack_automation/config/googleDrive.config.js
tests/browserstack_automation/config/googleDriveOAuth.config.js
tests/browserstack_automation/config/googleDriveOAuthToken.json
tests/browserstack_automation/apps/*
tests/browserstack_automation/*.ipa
tests/browserstack_automation/*.apk
# This .gitignore file partially built from https://github.com/github/gitignore
# and https://github.com/github/gitignore/blob/master/Node.gitignore

# Ignore build files
build
build-live
package-lock.json

# TernJS
###################
.tern-project

# Logs
###################
logs
*.log
npm-debug.log*

# Runtime data
###################
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
###################
lib-cov

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
###################
.grunt

# node-waf configuration
###################
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
###################
build/Release

# Dependency directory
###################
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

# Optional npm cache directory
###################
.npm

# Optional REPL history
###################
.node_repl_history

# Compiled source #
###################
venv
*.com
*.class
*.dll
*.exe
*.so

# PyInstaller #
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
###############
*.manifest
*.spec

# Installer logs #
##################
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports #
################################
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations #
################
*.mo
*.pot

# Sphinx documentation #
########################
docs/_build/

# PyBuilder #
#############
target/

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.iso
*.rar
*.zip

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.AppleDouble
.LSOverride

# SublimeText #
###############
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file #
###########################
sftp-config.json

# Pycharm #
###########
.idea

# Vim / emacs #
###############
*.swp
*.swo

# Compass / Sass #
##################
.sass-cache

# Heroku Related #
##################
staticfiles

# Other #
#########
/geo/data/
/**/migrations/*.py
!/**/migrations/__init__.py
srcCordova
src/cert/*.*
!src/cert/README.txt
src/js/compileDate.js
src/js/config.js
src/js/config-qa.js
src/js/config-www.js
tests/browserstack/browserstack.config.js
src/javascript/google-tag-manager.js
src/javascript/google-tag-manager-qa.js
src/javascript/google-tag-manager-www.js
src/javascript/google-analytics.js
src/javascript/google-analytics-qa.js
src/javascript/google-analytics-www.js
web_app/build/*
*.crt
*.key
.vscode
.gitattributes
/yarn.lock
server.csr
tests/browserstack/wdio.conf.js
tests/browserstack/wdio.conf.template
tests/browserstack*/config/browserstack.config.js
tests/browserstack*/capabilities/mobile.json
tests/browserstack*/screenshots/
storybook-static/
compileDate.js.backup
tests/browserstack_automation/config/googleDrive.config.js
tests/browserstack_automation/config/googleDriveOAuth.config.js
tests/browserstack_automation/config/googleDriveOAuthToken.json
tests/browserstack_automation/apps/*
tests/browserstack_automation/*.ipa
tests/browserstack_automation/*.apk
config.bat
Loading