Skip to content

Commit af2c0c2

Browse files
CatBraaainGoopher Maijenburg
authored andcommitted
style: add a space before comment text in .gitignore (OpenAPITools#21844)
1 parent 6b022c3 commit af2c0c2

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

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)