We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfe354 commit 66aeaa1Copy full SHA for 66aeaa1
.gitignore
@@ -1,24 +1,25 @@
1
+*~
2
+/*-[0-9][0-9].xml
3
+archive.json
4
bin
5
+draft-demarco-oauth-status-assertions.xml
6
+draft-demarco-status-assertions.xml
7
+Gemfile.lock
8
+/.gems/
9
*.html
10
+/lib
11
+/node_modules/
12
+package-lock.json
13
*.pdf
14
*.redxml
15
+/.refcache
16
+report.xml
17
*.swp
-*.txt
-*.upload
-*~
18
.tags
-/*-[0-9][0-9].xml
-/.gems/
-/.refcache
19
/.targets.mk
20
+*.txt
21
+*.upload
22
/.venv/
-/.vscode/
-/lib
-/node_modules/
23
/versioned/
-Gemfile.lock
-archive.json
-draft-demarco-status-assertions.xml
-package-lock.json
-report.xml
24
+/.vscode/
25
!requirements.txt
0 commit comments