Skip to content

Commit f68f1ee

Browse files
committed
.gitignore 업데이트
1 parent af2a66c commit f68f1ee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.gitignore

+9-3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ captures/
4040

4141
# IntelliJ
4242
*.iml
43+
.idea
4344
.idea/workspace.xml
4445
.idea/tasks.xml
4546
.idea/gradle.xml
@@ -472,9 +473,9 @@ typings/
472473
# When using Gradle or Maven with auto-import, you should exclude module files,
473474
# since they will be recreated, and may cause churn. Uncomment if using
474475
# auto-import.
475-
# .idea/modules.xml
476-
# .idea/*.iml
477-
# .idea/modules
476+
.idea/modules.xml
477+
.idea/*.iml
478+
.idea/modules
478479

479480
# CMake
480481

@@ -649,4 +650,9 @@ gradle-app.setting
649650
### Gradle Patch ###
650651
**/build/
651652

653+
# Dot Setting Files
654+
.project
655+
.settings
656+
.classpath
657+
652658
# End of https://www.gitignore.io/api/git,macos,node,pycharm,python,phpstorm,laravel,virtualenv,android,apachecordova,appengine,django,git,gradle,jetbrains,linux,visualstudiocode

0 commit comments

Comments
 (0)