Skip to content

Commit 66aeaa1

Browse files
committed
Automatic update of .gitignore
1 parent ecfe354 commit 66aeaa1

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.gitignore

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1+
*~
2+
/*-[0-9][0-9].xml
3+
archive.json
14
bin
5+
draft-demarco-oauth-status-assertions.xml
6+
draft-demarco-status-assertions.xml
7+
Gemfile.lock
8+
/.gems/
29
*.html
10+
/lib
11+
/node_modules/
12+
package-lock.json
313
*.pdf
414
*.redxml
15+
/.refcache
16+
report.xml
517
*.swp
6-
*.txt
7-
*.upload
8-
*~
918
.tags
10-
/*-[0-9][0-9].xml
11-
/.gems/
12-
/.refcache
1319
/.targets.mk
20+
*.txt
21+
*.upload
1422
/.venv/
15-
/.vscode/
16-
/lib
17-
/node_modules/
1823
/versioned/
19-
Gemfile.lock
20-
archive.json
21-
draft-demarco-status-assertions.xml
22-
package-lock.json
23-
report.xml
24+
/.vscode/
2425
!requirements.txt

0 commit comments

Comments
 (0)