diff options
| author | 2023-04-30 21:16:32 +0200 | |
|---|---|---|
| committer | 2023-04-30 21:16:32 +0200 | |
| commit | 9af1c1ca1b58b8ed1e04b325e4ddccf96b104b05 (patch) | |
| tree | e17ba427e5f72327e0253f77546f51ffc39665fa | |
| parent | 49000ca587590dbc4ca6f5e59697163f2ff8ce88 (diff) | |
Update .gitignore: ignore the directory data.back (#5359)
* Update .gitignore
* Update .gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 32dd22ae6..76cec5ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /bin/ /node_modules/ /vendor/ +/data.back/ /constants.local.php .vscode/ |
