Commit 4a8d6b0 1 parent 4ac0b37 commit 4a8d6b0 Copy full SHA for 4a8d6b0
File tree 1 file changed +11
-16
lines changed
1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Exceptions
3
+ # Ignore backup and temporary files
1
4
# Ignore common temporary files and directories
5
+ # Ignore reference files
6
+ # Ignore specific files
7
+ # Ignore specific patterns and directories
8
+ # Ignore versioned files
2
9
* .html
3
10
* .pdf
4
11
* .redxml
7
14
* .upload
8
15
* ~
9
16
.tags
10
-
11
- # Ignore specific patterns and directories
12
17
/* - [0-9 ][0-9 ].xml
13
18
/. * .mk
14
19
/.gems /
18
23
/lib
19
24
/node_modules /
20
25
/versioned /
21
-
22
- # Ignore specific files
23
26
Gemfile.lock
27
+ Makefile~
24
28
archive.json
29
+ draft-ietf-core-coap-pubsub.md~
25
30
draft-ietf-core-coap-pubsub.v2v3.xml
26
31
draft-ietf-core-coap-pubsub.xml
27
32
package-lock.json
28
- report.xml
29
-
30
- # Exceptions
31
- ! requirements.txt
32
-
33
- # Ignore backup and temporary files
34
- Makefile~
35
- draft-ietf-core-coap-pubsub.md~
36
-
37
- # Ignore reference files
38
33
reference /draft-ietf-core-coap-pubsub-13-marco-review-1.txt
39
34
reference /external-data-host.txt
40
35
reference /external-topic-data.txt
41
36
reference /slides-116-core-a-publish-subscribe-architecture-for-the-constrained-application-protocol-coap-01.pdf
42
37
reference /topics.txt
43
-
44
- # Ignore versioned files
38
+ report.xml
45
39
versioned /draft-ietf-core-coap-pubsub-07.txt
40
+ ! requirements.txt
You can’t perform that action at this time.
0 commit comments