DEFRA/ivory-front-office

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# ---------------------------
# Defra new projects guidance
# https://github.com/DEFRA/dst-guides/blob/master/github/new_projects.md
# ---------------------------

# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/lcov.info
/tmp
/temp
*~
.DS_Store
.svn
.*.swp
___*

/api-test.json
log

# Test coverage output files
coverage.html

# Symbol tags (e.g. generated by Atom Editor)
/tags


# ---------------------------
# Additions specific to this project
# (A useful Node template https://github.com/github/gitignore/blob/master/Node.gitignore
# ---------------------------

# Dependency directories
node_modules

# Build folder
public

# dotenv environment variables file
.env

# WebStorm users
.idea
.vscode