# CI/CD pipeline files
.travis.yml
.travis.yaml
.gitlab-ci.yml
.gitlab-ci.yaml
.circleci/config.yml
.circleci/config.yaml
.github/workflows
.github/workflows/release.yml
.github/workflows/ci.yml
.github/workflows/deploy.yml
.github/workflows/test.yml
.github/workflows/build.yml
.github/workflows/main.yml
.github/dependabot.yml
.github/CODEOWNERS
.gitea/workflows
.drone.yml
.drone.yaml
bitbucket-pipelines.yml
azure-pipelines.yml
azure-pipelines.yaml
appveyor.yml
appveyor.yaml
buildkite/pipeline.yml
.semaphore/semaphore.yml
.buildkite
.cirrus.yml
Jenkinsfile
Jenkinsfile.local
jenkins/Jenkinsfile
jobs/Jenkinsfile

# Source control metadata
.git
.git/HEAD
.git/config
.git/index
.git/refs/heads/master
.git/refs/heads/main
.git/refs/heads/develop
.git/refs/heads/dev
.git/refs/heads/production
.git/logs/HEAD
.git/logs/refs/heads/master
.git/logs/refs/heads/main
.git/packed-refs
.git/info/refs
.git/info/exclude
.git/description
.git/COMMIT_EDITMSG
.git/FETCH_HEAD
.git/ORIG_HEAD
.git/MERGE_HEAD
.git/hooks/
.svn/
.svn/entries
.svn/wc.db
.svn/format
.hg/
.hg/store
.hg/hgrc
.bzr/
CVS/Entries
CVS/Root

# Editor / IDE
.idea/
.idea/workspace.xml
.idea/modules.xml
.idea/encodings.xml
.idea/inspectionProfiles
.idea/dataSources.xml
.idea/dataSources.local.xml
.vscode/
.vscode/settings.json
.vscode/launch.json
.vscode/sftp.json
.vscode/sftp-config.json
.sublime-project
.sublime-workspace
.history/
.metadata/
.classpath
.project
.settings/

# Misc DevOps
.npmrc
.yarnrc
.yarnrc.yml
.pypirc
.netrc
.boto
.s3cfg
.gitignore
.gitattributes
.gitmodules
.gitkeep
.flowconfig
.tool-versions
.pre-commit-config.yaml
.releaserc
release.config.js
lerna.json
nx.json
turbo.json
rush.json
.editorconfig
.eslintrc
.eslintrc.json
.eslintrc.js
.prettierrc
.prettierrc.json
.stylelintrc
.markdownlint.json
.commitlintrc
sonar-project.properties
.snyk
codecov.yml
.codecov.yml
.coveragerc
tox.ini
Makefile
makefile
GNUmakefile

# Shell history / dotfiles often left on web roots by mistake
.bashrc
.bash_profile
.bash_history
.zshrc
.zsh_history
.profile
.psqlrc
.pgpass
.pg_service.conf
.my.cnf
.git-credentials
.htaccess
.htpasswd
