forked from 8go/matrix-commander
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added more files and directories to ignore
- Loading branch information
8go
committed
May 22, 2022
1 parent
713a09b
commit 38c80b9
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# Do not include credentials created at runtime. | ||
/store/ | ||
/store.*/ | ||
credentials.json | ||
credentials.json.* | ||
|
||
# Also do not include the media directory. | ||
/media/ | ||
|
||
# ignore backups | ||
README.md.* | ||
matrix-commander.py.* | ||
|
||
# ignore help file | ||
help.txt | ||
|
||
# ignore test directory | ||
/test/ |