File tree Expand file tree Collapse file tree 14 files changed +110
-110
lines changed
Expand file tree Collapse file tree 14 files changed +110
-110
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ packer_cache/
55crash.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
Original file line number Diff line number Diff line change 3838/local /
3939/.carmel /
4040# cpanfile.snapshot should generally be ignored for library code, otherwise included
41- # cpanfile.snapshot
41+ # cpanfile.snapshot
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ __pypackages__/
131131celerybeat-schedule
132132celerybeat.pid
133133
134- # Redis
134+ # Redis
135135* .rdb
136136* .aof
137137* .pid
@@ -195,9 +195,9 @@ cython_debug/
195195.abstra /
196196
197197# Visual Studio Code
198- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
198+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
199199# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
200- # and can be added to the global gitignore or merged into this file. However, if you prefer,
200+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
201201# you could uncomment the following to ignore the entire vscode folder
202202# .vscode/
203203
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ crash.log
1010crash. * .log
1111
1212# Exclude all .tfvars files, which are likely to contain sensitive data, such as
13- # password, private keys, and other secrets. These should not be part of version
14- # control as they are data points which are potentially sensitive and subject
13+ # password, private keys, and other secrets. These should not be part of version
14+ # control as they are data points which are potentially sensitive and subject
1515# to change depending on the environment.
1616* .tfvars
1717* .tfvars.json
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ LineIDs.dbg.bak
4646** /_Repository /
4747
4848
49- # To include a specific library directory (i.e. third party/custom libs),
49+ # To include a specific library directory (i.e. third party/custom libs),
5050# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
51- #
51+ #
5252
5353# VS Shell project specific files and folders
5454** /.vs /
Original file line number Diff line number Diff line change 2121
2222# # The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
2323# # Uncomment this line if you think it fits the way you work on your project.
24- # # **/[Mm]edia/
24+ # # **/[Mm]edia/
2525
2626# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
2727# Make sure to include details from VisualStudio.gitignore BEFORE this
Original file line number Diff line number Diff line change 11# gitignore template for Nasa SpecsIntact (SI)
22# Website: https://specsintact.ksc.nasa.gov/
33#
4- # Recommended:
4+ # Recommended:
55# MicrosoftOffice.gitignore
6- #
6+ #
77
88# SpecsIntact (SI) Locking file; this would lock everyone out.
99* .se$
@@ -20,21 +20,21 @@ SUBMVER.*
2020TTLDIFFS. *
2121
2222# SpecsIntact files that change a lot and don't actually affect SI
23- # PULL.TBL is an auto-generated file to help speed SI loading.
23+ # PULL.TBL is an auto-generated file to help speed SI loading.
2424PULL.TBL
2525pulltbl.bck
2626
2727# Tailoring information.
2828# Keep tailor.tag; it is a list of tailoring options in SI.
2929
30- # JOB.OTL informs SI where a spec section came from.
30+ # JOB.OTL informs SI where a spec section came from.
3131# Keeping the old one isn't useful in git.
3232JOB.OTL.OLD
3333
3434# OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote
3535# notebooks, and if so, OneNote will litter the SI folder with these.
3636* .onetoc *
3737
38- # Log files, typically tagfix or other auto generated logs that aren't useful
38+ # Log files, typically tagfix or other auto generated logs that aren't useful
3939# outside of the user that made them and clutter up the index.
4040* .log
You can’t perform that action at this time.
0 commit comments