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