업데이트 README.md, .github/README.en.md
[liberty-mw-skin.git] / .gitignore
blobf2bb50a0b31885fea7aba7935555c36dd4882f12
1 # Created by https://www.gitignore.io/api/jetbrains
3 ### JetBrains ###
4 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
6 *.iml
8 ## Directory-based project format:
9 .idea/
10 # if you remove the above rule, at least ignore the following:
12 # User-specific stuff:
13 # .idea/workspace.xml
14 # .idea/tasks.xml
15 # .idea/dictionaries
16 # .idea/shelf
18 # Sensitive or high-churn files:
19 # .idea/dataSources.ids
20 # .idea/dataSources.xml
21 # .idea/sqlDataSources.xml
22 # .idea/dynamic.xml
23 # .idea/uiDesigner.xml
25 # Gradle:
26 # .idea/gradle.xml
27 # .idea/libraries
29 # Mongo Explorer plugin:
30 # .idea/mongoSettings.xml
32 ## File-based project format:
33 *.ipr
34 *.iws
36 ## Plugin-specific files:
38 # IntelliJ
39 /out/
41 # mpeltonen/sbt-idea plugin
42 .idea_modules/
44 # JIRA plugin
45 atlassian-ide-plugin.xml
47 # Crashlytics plugin (for Android Studio and IntelliJ)
48 com_crashlytics_export_strings.xml
49 crashlytics.properties
50 crashlytics-build.properties
51 fabric.properties
53 # VS Code
54 .vscode/
56 # Node Modules
57 node_modules/
59 # Composer
60 composer.lock
61 composer.phar
62 vendor/