We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f12dd commit 1cbe054Copy full SHA for 1cbe054
.gitignore
@@ -1,7 +1,6 @@
1
# moban hashes
2
.moban.hashes
3
4
-
5
# Extra rules from https://github.com/github/gitignore/
6
# Python rules
7
# Byte-compiled / optimized / DLL files
templates/gitignore.jj2
@@ -19,9 +19,6 @@
19
20
21
22
-{%block extra%}
23
-{%endblock%}
24
25
26
{% if gitignore_language %}
27
# {{ gitignore_language }} rules
@@ -40,3 +37,6 @@
40
37
# {{ ruleset }} rules
41
38
{% include 'gitignore/Global/' + ruleset + '.gitignore' %}
42
39
{% endfor %}
+
+{%block extra%}
+{%endblock%}
0 commit comments