diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ build/ .kotlin ### IntelliJ IDEA ### +.idea .idea/modules.xml .idea/jarRepositories.xml .idea/compiler.xml @@ -40,4 +41,4 @@ bin/ .vscode/ ### Mac OS ### -.DS_Store
\ No newline at end of file +.DS_Store |
