Skip to content

Commit d8593ef

Browse files
authored
style: add a space before comment text in .gitignore (#21844)
1 parent 9148db2 commit d8593ef

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

modules/openapi-generator/src/main/resources/python-aiohttp/gitignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

modules/openapi-generator/src/main/resources/python-blueplanet/app/dockerignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ docs/_build/
6868
# PyBuilder
6969
target/
7070

71-
#Ipython Notebook
71+
# Ipython Notebook
7272
.ipynb_checkpoints

modules/openapi-generator/src/main/resources/python-blueplanet/app/gitignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ docs/_build/
6161
# PyBuilder
6262
target/
6363

64-
#Ipython Notebook
64+
# Ipython Notebook
6565
.ipynb_checkpoints

modules/openapi-generator/src/main/resources/python-flask/dockerignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ docs/_build/
6868
# PyBuilder
6969
target/
7070

71-
#Ipython Notebook
71+
# Ipython Notebook
7272
.ipynb_checkpoints

modules/openapi-generator/src/main/resources/python-flask/gitignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

modules/openapi-generator/src/main/resources/python-pydantic-v1/gitignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

modules/openapi-generator/src/main/resources/python/gitignore.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

samples/client/echo_api/python-pydantic-v1/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

samples/client/echo_api/python/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

0 commit comments

Comments
 (0)