b4583b1db5
This allows for a built in audit database for user actions We can also see how often commands are run, how long they take as well as who and when they're run TODO: use sqlcipher to encrypt at rest & password protect the db Change-Id: Ic7c8927bcfdd46ede3fe6a5aca4f57892ca3f3d4
61 lines
698 B
Plaintext
61 lines
698 B
Plaintext
# Coverage File
|
|
*.out
|
|
tools/bin
|
|
tools/*node*
|
|
|
|
# Generated binaries
|
|
bin
|
|
dist
|
|
/tmp
|
|
/out-tsc
|
|
/build
|
|
*.exe
|
|
|
|
# local conf files
|
|
etc/*.pem
|
|
etc/*.json
|
|
|
|
# sqlite database files
|
|
sqlite/*.db
|
|
|
|
# Only exists if Bazel was run
|
|
/bazel-out
|
|
|
|
# Node modules
|
|
node_modules
|
|
|
|
# profiling files
|
|
chrome-profiler-events*.json
|
|
speed-measure-plugin*.json
|
|
|
|
# IDEs and editors
|
|
.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|