Skip to content

Commit e9e082d

Browse files
author
M.Mono
committed
small updates
1 parent e9c6951 commit e9e082d

File tree

5 files changed

+8
-73
lines changed

5 files changed

+8
-73
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.stglobalignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
*._mp
101101
*.old
102102
*.syd
103+
*.dir
103104
*.gid
104105
*.chk
105106
*.dmp

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# Syncthing Ignore Patterns
2-
If you use [Syncthing](https://syncthing.net/) and there are some files should not be synchronized to other devices, a file called .stignore can be created containing file patterns to ignore. The ```.stignore``` file must be placed in the root of the folder. The ```.stignore``` file itself will never be synced to other devices, although it can #include files that are synchronized between devices. All patterns are relative to the folder root.
2+
If you use [Syncthing](https://syncthing.net/) and there are some files should not be synchronized to other devices, a file called .stignore can be created containing file patterns to ignore. The ```.stignore``` file must be placed in the root of the folder. The ```.stignore``` file itself will never be synced to other devices, although it can #include files (in our case is ```.stglobalignore``` file) that are synchronized between devices. All patterns are relative to the folder root.
33

4-
More Infos about: [Syncthing ignore patterns](https://docs.syncthing.net/users/ignoring.html)
4+
More Infos about ignore patterns from official syncthing website: [Syncthing ignore patterns](https://docs.syncthing.net/users/ignoring.html)
55

66
---
77

88
### There are two ways to use this ignore patterns function:
99

10-
* Just copy all ```.stglobalignore``` contents in to ```Folders -> Edit -> Ignore Patterns``` window
10+
* Just copy all ```.stglobalignore``` contents in to ```Folders Edit Ignore Patterns``` window
1111

1212
or
1313
* Copy both ```.stignore``` and ```.stglobalignore``` directly into your folder root
1414

1515
or
1616

17-
* Paste following code into ```Folders -> Edit -> Ignore Patterns``` window and copy the ```.stglobalignore``` into folder root
17+
* Paste following code into ```Folders Edit Ignore Patterns``` window and copy the ```.stglobalignore``` into folder root
1818
```
1919
// .stignore
2020
2121
include .stglobalignore
22-
```
22+
```
23+
24+
---

0 commit comments

Comments
 (0)