1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

add .idea dir to .gitignore

.idea directory is created by IDE's from JetBrains family
This commit is contained in:
akupiec 2021-01-15 23:26:32 +01:00
parent abb7ac782d
commit d1538fa71d

3
.gitignore vendored
View File

@ -50,3 +50,6 @@ tmp_standalone_files
# Local config
config.local.js
.DS_Store
# IDE tools
.idea/