diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-08-24 22:34:05 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-08-24 22:34:05 +0300 |
| commit | ca973edc28b5fe543c583217896590f4a2e98897 (patch) | |
| tree | 7f37713ac587ef80fb3a17d869d01520a1d94dca /.gitignore | |
| parent | Merge branch 'main' of https://github.com/pektezol/LeastPortalsHub (diff) | |
| download | lphub-ca973edc28b5fe543c583217896590f4a2e98897.tar.gz lphub-ca973edc28b5fe543c583217896590f4a2e98897.tar.bz2 lphub-ca973edc28b5fe543c583217896590f4a2e98897.zip | |
fix: mod flag for easy check (#49)
Former-commit-id: 06ee23ee9659834252d3cb5c3c255797e9f93b62
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2,4 +2,5 @@ | |||
| 2 | .vscode | 2 | .vscode |
| 3 | *.sh | 3 | *.sh |
| 4 | *.txt | 4 | *.txt |
| 5 | *.dem \ No newline at end of file | 5 | *.dem |
| 6 | *.json \ No newline at end of file | ||