105 lines
1.4 KiB
Plaintext
105 lines
1.4 KiB
Plaintext
HELP.md
|
|
.gradle
|
|
build/
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
bin/
|
|
!**/src/main/**/bin/
|
|
!**/src/test/**/bin/
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
out/
|
|
!**/src/main/**/out/
|
|
!**/src/test/**/out/
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Credentials File ###
|
|
backend/env.yml
|
|
|
|
### Angular ###
|
|
|
|
.DS_STORE
|
|
|
|
/dist/
|
|
/bazel-out
|
|
/integration/bazel/bazel-*
|
|
*.log
|
|
node_modules
|
|
|
|
# CircleCI temporary file for cache key computation.
|
|
# See `save_month_to_file` in `.circleci/config.yml`.
|
|
month.txt
|
|
|
|
# Include when developing application packages.
|
|
pubspec.lock
|
|
.c9
|
|
.idea/
|
|
.devcontainer/*
|
|
!.devcontainer/README.md
|
|
!.devcontainer/recommended-devcontainer.json
|
|
!.devcontainer/recommended-Dockerfile
|
|
.settings/
|
|
.vscode/launch.json
|
|
.vscode/settings.json
|
|
.vscode/tasks.json
|
|
*.swo
|
|
*.swp
|
|
modules/.settings
|
|
modules/.vscode
|
|
.vimrc
|
|
.nvimrc
|
|
|
|
# Don't check in secret files
|
|
*secret.js
|
|
|
|
# Ignore npm/yarn debug log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# build-analytics
|
|
.build-analytics
|
|
|
|
# rollup-test output
|
|
/modules/rollup-test/dist/
|
|
|
|
# User specific bazel settings
|
|
.bazelrc.user
|
|
|
|
# User specific ng-dev settings
|
|
.ng-dev.user*
|
|
|
|
.notes.md
|
|
baseline.json
|
|
|
|
# Ignore .history for the xyz.local-history VSCode extension
|
|
.history
|
|
|
|
# Husky
|
|
.husky/_
|
|
|
|
# .angular folder
|
|
.angular/
|