Skip to content

Commit a606bd2

Browse files
authored
Merge branch 'main' into patch-3
2 parents 9332fca + 310d5c4 commit a606bd2

File tree

96 files changed

+1602
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1602
-161
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Order is important. The LAST matching pattern has the MOST precedence.
2+
# gitignore style patterns are used, not globs.
3+
# https://docs.github.com/articles/about-codeowners
4+
# https://git-scm.com/docs/gitignore
5+
6+
# Catch All - Defer to the gitignore maintainers
7+
* @github/gitignore-maintainers

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
**Reasons for making this change:**
2-
<!-- Include your relationship to the project and what you expect to get from this change. -->
1+
### Reasons for making this change
32

43
_TODO_
4+
<!---
5+
Please provide some background for this change.
6+
--->
57

6-
**Links to documentation supporting these rule changes:**
8+
### Links to documentation supporting these rule changes
79

810
_TODO_
911

10-
If this is a new template:
12+
<!---
13+
Link to the project docs, any existing .gitignore files that project may have in it's own repo, etc
14+
--->
1115

12-
- **Link to application or project’s homepage**: _TODO_
16+
### If this is a new template
17+
18+
Link to application or project’s homepage: TODO
19+
20+
### Merge and Approval Steps
21+
- [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns
22+
- [ ] Ensure CI is passing
23+
- [ ] Get a review and Approval from one of the maintainers

.github/workflows/stale.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Stale
2+
3+
# **What it does**: Close pull requests after no updates for 180 days.
4+
# **Why we have it**: This repository gets a lot of PRs, and the maintainers team is small.
5+
# This helps reduce the open PRs to ones that are most desired by the community.
6+
# **Who does it impact**: Contributors and maintainers of github/gitignore.
7+
8+
on:
9+
schedule:
10+
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
11+
12+
permissions:
13+
actions: write
14+
contents: write # only for delete-branch option
15+
issues: write
16+
pull-requests: write
17+
18+
jobs:
19+
stale:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
23+
with:
24+
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:'
25+
close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.'
26+
days-before-stale: 90
27+
days-before-close: 180
28+
stale-pr-label: 'stale'
29+
exempt-pr-labels: 'keep'
30+
close-issue-reason: not_planned
31+
ascending: true # Sort PRs by last updated date in ascending order
32+
operations-per-run: 300

AdventureGameStudio.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Built things
2+
_Debug/
3+
Compiled/
4+
5+
# AudioCache can be rebuilt from sources
6+
AudioCache/
7+
8+
# Lockfile
9+
_OpenInEditor.lock
10+
11+
# User settings
12+
Game.agf.user
13+
*.crm.user
14+
15+
# Backups
16+
Game.agf.bak
17+
backup_acsprset.spr
18+
19+
# Memory dumps
20+
*.dmp
21+
22+
# Temporary files
23+
# temporarily created during sprite or room background compression
24+
~aclzw.tmp
25+
# temporary, main game data, before getting packed into exe
26+
game28.dta
27+
# temporary build of the game before being moved to Compiled/ folder
28+
*.exe
29+
30+
# Log files
31+
warnings.log

Android.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ local.properties
1212
captures/
1313
.externalNativeBuild/
1414
.cxx/
15+
*.aab
1516
*.apk
16-
output.json
17+
output-metadata.json
1718

1819
# IntelliJ
1920
*.iml

Angular.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Angular specific
2+
/dist/
3+
/out-tsc/
4+
/tmp/
5+
/coverage/
6+
/e2e/test-output/
7+
/.angular/
8+
.angular/
9+
10+
# Node modules and dependency files
11+
/node_modules/
12+
/package-lock.json
13+
/yarn.lock
14+
15+
# Environment files
16+
/.env
17+
18+
# Angular CLI and build artefacts
19+
/.angular-cli.json
20+
/.ng/
21+
22+
# TypeScript cache
23+
*.tsbuildinfo
24+
25+
# Logs
26+
npm-debug.log*
27+
yarn-debug.log*
28+
yarn-error.log*

ArchLinuxPackages.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.jar
44
*.exe
55
*.msi
6+
*.deb
67
*.zip
78
*.tgz
89
*.log

Autotools.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ autom4te.cache
3131

3232
# https://www.gnu.org/software/libtool/
3333

34+
/libtool
3435
/ltmain.sh
36+
.libs/
3537

3638
# http://www.gnu.org/software/texinfo
3739

Ballerina.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# generated files
2+
target/
3+
generated/
4+
5+
# dependencies
6+
Dependencies.toml
7+
8+
# config files
9+
Config.toml
10+
# the config files used for testing, Uncomment the following line if you want to commit the test config files
11+
#!**/tests/Config.toml

C++.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
*.gch
1212
*.pch
1313

14+
# Linker files
15+
*.ilk
16+
17+
# Debugger Files
18+
*.pdb
19+
1420
# Compiled Dynamic libraries
1521
*.so
1622
*.dylib
@@ -30,3 +36,6 @@
3036
*.exe
3137
*.out
3238
*.app
39+
40+
# debug information files
41+
*.dwo

0 commit comments

Comments
 (0)