mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 06:03:55 +02:00
Compare commits
No commits in common. "4b2245232c5d302a47c26942c725be8ceae38233" and "f752d0799fb7e690bfb888d5cd4d453d2858a865" have entirely different histories.
4b2245232c
...
f752d0799f
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -29,4 +29,3 @@ jobs:
|
|||||||
exempt-pr-labels: 'keep'
|
exempt-pr-labels: 'keep'
|
||||||
close-issue-reason: not_planned
|
close-issue-reason: not_planned
|
||||||
ascending: true # Sort PRs by last updated date in ascending order
|
ascending: true # Sort PRs by last updated date in ascending order
|
||||||
operations-per-run: 300
|
|
||||||
|
|||||||
@ -1,28 +0,0 @@
|
|||||||
# 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,15 +25,12 @@
|
|||||||
/web/vendor
|
/web/vendor
|
||||||
/web/core
|
/web/core
|
||||||
/web/modules/README.txt
|
/web/modules/README.txt
|
||||||
/web/modules/contrib
|
|
||||||
/web/profiles/README.txt
|
/web/profiles/README.txt
|
||||||
/web/profiles/contrib
|
|
||||||
/web/sites/development.services.yml
|
/web/sites/development.services.yml
|
||||||
/web/sites/example.settings.local.php
|
/web/sites/example.settings.local.php
|
||||||
/web/sites/example.sites.php
|
/web/sites/example.sites.php
|
||||||
/web/sites/README.txt
|
/web/sites/README.txt
|
||||||
/web/themes/README.txt
|
/web/themes/README.txt
|
||||||
/web/themes/contrib
|
|
||||||
/web/.csslintrc
|
/web/.csslintrc
|
||||||
/web/.editorconfig
|
/web/.editorconfig
|
||||||
/web/.eslintignore
|
/web/.eslintignore
|
||||||
|
|||||||
@ -48,7 +48,7 @@ local.properties
|
|||||||
|
|
||||||
# Annotation Processing
|
# Annotation Processing
|
||||||
.apt_generated/
|
.apt_generated/
|
||||||
.apt_generated_tests/
|
.apt_generated_test/
|
||||||
|
|
||||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
# Scala IDE specific (Scala & Java development for Eclipse)
|
||||||
.cache-main
|
.cache-main
|
||||||
|
|||||||
@ -1,40 +0,0 @@
|
|||||||
# 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,6 +29,3 @@ fp-info-cache
|
|||||||
# Exported BOM files
|
# Exported BOM files
|
||||||
*.xml
|
*.xml
|
||||||
*.csv
|
*.csv
|
||||||
|
|
||||||
# Archived Backups (KiCad 6.0)
|
|
||||||
**/*-backups/*.zip
|
|
||||||
Loading…
Reference in New Issue
Block a user