airshipui/.gitignore
Schiefelbein, Andrew cb9fa2624a Incorporate the whitespace linter from the CTL project
This just brings over the whitespace linter and updates any
files that may have been out of compliance.  It's also a small
update to .gitignore to not care about the .out files generated
by a make cover command.

Change-Id: I3e5a4f170f0fd7724949708a290a1e13def834fb
2020-07-22 13:40:32 -05:00

17 lines
155 B
Plaintext

# Coverage File
*.out
tools/bin
tools/*node*
# Generated binaries
bin
# Developer IDE
.idea/
# Node modules
web/node_modules
# Sphinx build venv
.tox/