File tree Expand file tree Collapse file tree 8 files changed +51
-11
lines changed
Expand file tree Collapse file tree 8 files changed +51
-11
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ target_wrapper.*
4545# QtCreator CMake
4646CMakeLists.txt.user *
4747
48- # QtCreator 4.8< compilation database
48+ # QtCreator 4.8< compilation database
4949compile_commands.json
5050
5151# QtCreator local machine specific files for imported projects
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ the following resources are a great place to start:
2020
2121We support a collection of templates, organized in this way:
2222
23- - the root folder contains templates in common use, to help people get started
23+ - The root folder contains templates in common use, to help people get started
2424 with popular programming languages and technologies. These define a meaningful
2525 set of rules to help get started, and ensure you are not committing
26- unimportant files into your repository
26+ unimportant files into your repository.
2727- [ ` Global ` ] ( ./Global ) contains templates for various editors, tools and
2828 operating systems that can be used in different situations. It is recommended
2929 that you either [ add these to your global template] ( https://help.github.com/articles/ignoring-files/#create-a-global-gitignore )
Original file line number Diff line number Diff line change 99crash.log
1010
1111# Exclude all .tfvars files, which are likely to contain sentitive data, such as
12- # password, private keys, and other secrets. These should not be part of version
13- # control as they are data points which are potentially sensitive and subject
12+ # password, private keys, and other secrets. These should not be part of version
13+ # control as they are data points which are potentially sensitive and subject
1414# to change depending on the environment.
1515#
1616* .tfvars
Original file line number Diff line number Diff line change 1414# Ignore Umbraco content cache file
1515** /App_Data /umbraco.config
1616
17- # # this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
17+ # # this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
1818# # you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
1919# # Uncomment this line if you think it fits the way you work on your project.
20- # # **/[Uu]mbraco/
20+ # # **/[Uu]mbraco/
2121
2222# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
2323# Make sure to include details from VisualStudio.gitignore BEFORE this
Original file line number Diff line number Diff line change 1+ # gitignore template for Nasa SpecsIntact (SI)
2+ # Website: https://specsintact.ksc.nasa.gov/
3+ #
4+ # Recommended:
5+ # MicrosoftOffice.gitignore
6+ #
7+
8+ # SpecsIntact (SI) Locking file; this would lock everyone out.
9+ * .se$
10+
11+ # SI Reports; auto-generated. They do not belong in the repository
12+ # as they will be re-created exactly when using a specific checkout point.
13+ * .RPT
14+ ADDRVER. *
15+ BRKTVER. *
16+ DUPEREF. *
17+ REFVER. *
18+ SECTVER. *
19+ SUBMVER. *
20+ TTLDIFFS. *
21+
22+ # 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.
24+ PULL.TBL
25+ pulltbl.bck
26+
27+ # Tailoring information.
28+ # Keep tailor.tag; it is a list of tailoring options in SI.
29+
30+ # JOB.OTL informs SI where a spec section came from.
31+ # Keeping the old one isn't useful in git.
32+ JOB.OTL.OLD
33+
34+ # OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote
35+ # notebooks, and if so, OneNote will litter the SI folder with these.
36+ * .onetoc *
37+
38+ # Log files, typically tagfix or other auto generated logs that aren't useful
39+ # outside of the user that made them and clutter up the index.
40+ * .log
Original file line number Diff line number Diff line change 1010* .csr
1111
1212# # Certificate
13- * .der
13+ * .der
1414
1515# # Key database file
1616* .kdb
Original file line number Diff line number Diff line change 1818/.php_cs.cache
1919/grunt-config.json
2020/dev /tools /grunt /configs /local-themes.js
21-
21+
2222/pub /media /* . *
2323! /pub /media /.htaccess
2424/pub /media /attribute /*
4545! /pub /media /captcha /.htaccess
4646/pub /static /*
4747! /pub /static /.htaccess
48-
48+
4949/var /*
5050! /var /.htaccess
5151/vendor /*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ EWARM/**/Obj
1111EWARM /** /List
1212EWARM /** /Exe
1313
14- # Autogenerated project files
14+ # Autogenerated project files
1515* .dep
1616* .ewt
1717
You can’t perform that action at this time.
0 commit comments