diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-20 15:50:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 15:50:05 +0200 |
commit | 7c0292f085fb6a590c64f105647bb8bdd536fef8 (patch) | |
tree | e6f83140ad112e562c75307466ce88b4356fa9f4 /.gitignore | |
parent | a20aa6dbc4317dd9e221a6992c6b1f0ac405554d (diff) | |
parent | ba300864ef29f5fa60104bd3742ec3e5f73f7856 (diff) | |
download | godot-hexgrid-7c0292f085fb6a590c64f105647bb8bdd536fef8.zip godot-hexgrid-7c0292f085fb6a590c64f105647bb8bdd536fef8.tar.gz |
Merge pull request #1 from lifelike/unignore_imports
Ignore .import, but unignore *.import
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ *~ -*.import +.import |