Files
standardnotes-app-web/.npmignore
Johnny A 7679ba7c61 chore: codeql analysis action (#548)
* Create codeql-analysis.yml

* fix: custom codeql config

* fix: ignore codeqldb dir

* fix: use config file in codeql workflow

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-04-26 13:59:48 -04:00

42 lines
358 B
Plaintext

.DS_Store
/.bundle
.git
/.sass-cache
/app
/bin
/config
/db
/lib
/log
/node_modules
/test
/vendor
/log/*
!/log/.keep
/tmp
.env
.ssh
dump.rdb
/public/assets
/public/uploads/*
!/public/uploads/.keep
.babelrc
.gitignore
.gitmodules
.npmignore
Capfile
config.ru
Gemfile
Gemfile.lock
package-lock.json
package.json
Rakefile
testing-server.js
.github
codeqldb