Skip to content

Commit 1a84870

Browse files
Remove trailing whitespace
1 parent 991e760 commit 1a84870

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Qt.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ target_wrapper.*
4545
# QtCreator CMake
4646
CMakeLists.txt.user*
4747

48-
# QtCreator 4.8< compilation database
48+
# QtCreator 4.8< compilation database
4949
compile_commands.json
5050

5151
# QtCreator local machine specific files for imported projects

Terraform.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
crash.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

Umbraco.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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

community/OpenSSL.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*.csr
1111

1212
## Certificate
13-
*.der
13+
*.der
1414

1515
## Key database file
1616
*.kdb

community/PHP/Magento2.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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/*
@@ -45,7 +45,7 @@
4545
!/pub/media/captcha/.htaccess
4646
/pub/static/*
4747
!/pub/static/.htaccess
48-
48+
4949
/var/*
5050
!/var/.htaccess
5151
/vendor/*

community/embedded/IAR_EWARM.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EWARM/**/Obj
1111
EWARM/**/List
1212
EWARM/**/Exe
1313

14-
# Autogenerated project files
14+
# Autogenerated project files
1515
*.dep
1616
*.ewt
1717

0 commit comments

Comments
 (0)