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 0e47997 commit 0338fd6Copy full SHA for 0338fd6
.gitignore
@@ -1,28 +1,24 @@
1
+*~
2
+/*-[0-9][0-9].xml
3
+archive.json
4
+draft-ietf-oauth-status-list.xml
5
+Gemfile.lock
6
+/.gems/
7
*.html
8
+/.idea/
9
+/lib
10
+/.*.mk
11
+/node_modules/
12
+package-lock.json
13
*.pdf
14
*.redxml
15
+/.refcache
16
+report.xml
17
*.swp
18
+.tags
19
*.txt
20
*.upload
-*~
-.idea/
-.includes.mk
-.tags
-/*-[0-9][0-9].xml
-/.*.mk
-/.gems/
-/.refcache
-/.targets.mk
21
/.venv/
-/.vscode/
-/lib
-/node_modules/
22
/versioned/
-Gemfile.lock
-__pycache__
23
-archive.json
24
-draft-ietf-oauth-status-list.xml
25
-examples/
26
-package-lock.json
27
-report.xml
+/.vscode/
28
!requirements.txt
0 commit comments