mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 06:03:55 +02:00
Compare commits
15 Commits
f752d0799f
...
4b2245232c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b2245232c | ||
|
|
0493865add | ||
|
|
0d1e93f1f4 | ||
|
|
34a20f44ab | ||
|
|
a41cce355f | ||
|
|
bbf1a672b2 | ||
|
|
5aa96a579d | ||
|
|
abfc5f1eb4 | ||
|
|
6578d74599 | ||
|
|
6436b09caf | ||
|
|
6a72e43229 | ||
|
|
904b46de13 | ||
|
|
d419f54401 | ||
|
|
951e077a3b | ||
|
|
10fc039716 |
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -29,3 +29,4 @@ jobs:
|
||||
exempt-pr-labels: 'keep'
|
||||
close-issue-reason: not_planned
|
||||
ascending: true # Sort PRs by last updated date in ascending order
|
||||
operations-per-run: 300
|
||||
|
||||
28
Angular.gitignore
Normal file
28
Angular.gitignore
Normal file
@ -0,0 +1,28 @@
|
||||
# Angular specific
|
||||
/dist/
|
||||
/out-tsc/
|
||||
/tmp/
|
||||
/coverage/
|
||||
/e2e/test-output/
|
||||
/.angular/
|
||||
.angular/
|
||||
|
||||
# Node modules and dependency files
|
||||
/node_modules/
|
||||
/package-lock.json
|
||||
/yarn.lock
|
||||
|
||||
# Environment files
|
||||
/.env
|
||||
|
||||
# Angular CLI and build artefacts
|
||||
/.angular-cli.json
|
||||
/.ng/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
@ -25,12 +25,15 @@
|
||||
/web/vendor
|
||||
/web/core
|
||||
/web/modules/README.txt
|
||||
/web/modules/contrib
|
||||
/web/profiles/README.txt
|
||||
/web/profiles/contrib
|
||||
/web/sites/development.services.yml
|
||||
/web/sites/example.settings.local.php
|
||||
/web/sites/example.sites.php
|
||||
/web/sites/README.txt
|
||||
/web/themes/README.txt
|
||||
/web/themes/contrib
|
||||
/web/.csslintrc
|
||||
/web/.editorconfig
|
||||
/web/.eslintignore
|
||||
|
||||
@ -48,7 +48,7 @@ local.properties
|
||||
|
||||
# Annotation Processing
|
||||
.apt_generated/
|
||||
.apt_generated_test/
|
||||
.apt_generated_tests/
|
||||
|
||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
||||
.cache-main
|
||||
|
||||
40
Katalon.gitignore
Normal file
40
Katalon.gitignore
Normal file
@ -0,0 +1,40 @@
|
||||
# Katalon Test Suite
|
||||
# Compiled class file
|
||||
*.class
|
||||
*.swp
|
||||
output
|
||||
!output/.gitkeep
|
||||
build
|
||||
|
||||
Libs/TempTestCase*
|
||||
Libs/TempTestSuite*
|
||||
bin/lib/TempTestCase*
|
||||
Reports/
|
||||
\.classpath
|
||||
\.project
|
||||
\.settings/
|
||||
bin/lib/
|
||||
Libs/
|
||||
.svn/
|
||||
.gradle
|
||||
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
@ -29,3 +29,6 @@ fp-info-cache
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
*.csv
|
||||
|
||||
# Archived Backups (KiCad 6.0)
|
||||
**/*-backups/*.zip
|
||||
Loading…
Reference in New Issue
Block a user