* 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>
42 lines
358 B
Plaintext
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
|