diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2021-07-26 09:42:50 +0200 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2021-07-26 09:42:50 +0200 |
| commit | 924a2facce2a16dc6668a555f2db3d8c1e14930d (patch) | |
| tree | efc08fd819b1158ad3704371bd38a204b79ecfc8 /.gitignore | |
| parent | e3bce815f8953c9ff50985ec94987904b6a286c4 (diff) | |
gitignore change: filter out all files with a tilde at their filenames end, finally fixes #2
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -*.*~ +*~ .webpack.* composer |
