Skip to content

Commit 7bfab2e

Browse files
Merge branch 'main' into main
2 parents 0ed6a1a + 10b26ce commit 7bfab2e

21 files changed

+213
-108
lines changed

GitHubPages.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _site/
1111
/vendor
1212

1313
# Specific ignore for GitHub Pages
14-
# GitHub Pages will always use its own deployed version of pages-gem
14+
# GitHub Pages will always use its own deployed version of pages-gem
1515
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
1616
# counterproductive to check this file into the repository.
1717
# Details at https://github.com/github/pages-gem/issues/768

Global/macOS.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# General
22
.DS_Store
3+
__MACOSX/
34
.AppleDouble
45
.LSOverride
56
Icon[]

Godot.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.import/
77
export.cfg
88
export_credentials.cfg
9+
*.tmp
910

1011
# Imported translations (automatically generated from CSV files)
1112
*.translation

IAR.gitignore

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
# Compiled binaries
2-
*.o
3-
*.bin
4-
*.elf
5-
*.hex
6-
*.map
7-
*.out
8-
*.obj
9-
10-
# Trash
11-
*.bak
12-
thumbs.db
13-
*.~*
14-
15-
# IAR Settings
16-
**/settings/*.crun
17-
**/settings/*.dbgdt
18-
**/settings/*.cspy
19-
**/settings/*.cspy.*
20-
**/settings/*.xcl
21-
**/settings/*.dni
22-
**/settings/*.wsdt
23-
**/settings/*.wspos
24-
25-
# IAR Debug Exe
26-
**/Exe/*.sim
27-
28-
# IAR Debug Obj
29-
**/Obj/*.pbd
30-
**/Obj/*.pbd.*
31-
**/Obj/*.pbi
32-
**/Obj/*.pbi.*
33-
34-
# IAR project "Debug" directory
35-
Debug/
36-
37-
# IAR project "Release" directory
38-
Release/
39-
40-
# IAR project settings directory
41-
settings/
42-
43-
# IAR backup files
44-
Backup*
45-
46-
# IAR .dep files
1+
# Compiled binaries
2+
*.o
3+
*.bin
4+
*.elf
5+
*.hex
6+
*.map
7+
*.out
8+
*.obj
9+
10+
# Trash
11+
*.bak
12+
thumbs.db
13+
*.~*
14+
15+
# IAR Settings
16+
**/settings/*.crun
17+
**/settings/*.dbgdt
18+
**/settings/*.cspy
19+
**/settings/*.cspy.*
20+
**/settings/*.xcl
21+
**/settings/*.dni
22+
**/settings/*.wsdt
23+
**/settings/*.wspos
24+
25+
# IAR Debug Exe
26+
**/Exe/*.sim
27+
28+
# IAR Debug Obj
29+
**/Obj/*.pbd
30+
**/Obj/*.pbd.*
31+
**/Obj/*.pbi
32+
**/Obj/*.pbi.*
33+
34+
# IAR project "Debug" directory
35+
Debug/
36+
37+
# IAR project "Release" directory
38+
Release/
39+
40+
# IAR project settings directory
41+
settings/
42+
43+
# IAR backup files
44+
Backup*
45+
46+
# IAR .dep files
4747
*.dep

Node.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ out
8181
# Nuxt.js build / generate output
8282
.nuxt
8383
dist
84+
.output
8485

8586
# Gatsby files
8687
.cache/
@@ -134,6 +135,7 @@ dist
134135
!.yarn/sdks
135136
!.yarn/versions
136137

137-
# Vite logs files
138+
# Vite files
138139
vite.config.js.timestamp-*
139140
vite.config.ts.timestamp-*
141+
.vite/

Packer.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ packer_cache/
55
crash.log
66

77
# https://www.packer.io/guides/hcl/variables
8-
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
9-
# such as password, private keys, and other secrets. These should not be part of
10-
# version control as they are data points which are potentially sensitive and
8+
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
9+
# such as password, private keys, and other secrets. These should not be part of
10+
# version control as they are data points which are potentially sensitive and
1111
# subject to change depending on the environment.
1212
#
1313
*.pkrvars.hcl

Perl.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ inc/
3838
/local/
3939
/.carmel/
4040
# cpanfile.snapshot should generally be ignored for library code, otherwise included
41-
# cpanfile.snapshot
41+
# cpanfile.snapshot

Python.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,19 @@ __pypackages__/
131131
celerybeat-schedule
132132
celerybeat.pid
133133

134+
# Redis
135+
*.rdb
136+
*.aof
137+
*.pid
138+
139+
# RabbitMQ
140+
mnesia/
141+
rabbitmq/
142+
rabbitmq-data/
143+
144+
# ActiveMQ
145+
activemq-data/
146+
134147
# SageMath parsed files
135148
*.sage.py
136149

SSDT-sqlproj.gitignore

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
2-
##
3-
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
5-
# Build output
6-
bin/
7-
obj/
8-
9-
# DACPAC files
10-
*.dacpac
11-
12-
# Publish profiles (optional, if environment-specific)
13-
*.publish.xml
14-
15-
# SQL Server debug files
16-
*.dbmdl
17-
*.sqlcmdvars
18-
19-
# Visual Studio settings
20-
.vs/
21-
22-
# User-specific files
23-
*.user
24-
*.suo
25-
*.userosscache
26-
*.sln.docstates
27-
28-
# Backup files
29-
*.bak
30-
*.log
31-
1+
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
2+
##
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
5+
# Build output
6+
bin/
7+
obj/
8+
9+
# DACPAC files
10+
*.dacpac
11+
12+
# Publish profiles (optional, if environment-specific)
13+
*.publish.xml
14+
15+
# SQL Server debug files
16+
*.dbmdl
17+
*.sqlcmdvars
18+
19+
# Visual Studio settings
20+
.vs/
21+
22+
# User-specific files
23+
*.user
24+
*.suo
25+
*.userosscache
26+
*.sln.docstates
27+
28+
# Backup files
29+
*.bak
30+
*.log
31+

0 commit comments

Comments
 (0)