Last active
August 25, 2022 06:11
-
-
Save Amit-Thawait/993db7290e29cb152bb94547c9d0da5a to your computer and use it in GitHub Desktop.
gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HELP.md | |
.gradle/ | |
build/ | |
!gradle/wrapper/gradle-wrapper.jar | |
!**/src/main/** | |
!**/src/test/** | |
### STS ### | |
.apt_generated | |
.classpath | |
.factorypath | |
.project | |
.settings | |
.springBeans | |
.sts4-cache | |
### IntelliJ IDEA ### | |
*.iws | |
*.iml | |
*.ipr | |
out/ | |
target/ | |
.idea/shelf | |
.idea/remote-targets.xml | |
.idea/libraries/Gradle*.xml | |
.idea/libraries/Maven*.xml | |
.idea/artifacts/PILL_*.xml | |
.idea/artifacts/KotlinPlugin.xml | |
.idea/modules | |
.idea/runConfigurations/JPS_*.xml | |
.idea/runConfigurations/PILL_*.xml | |
.idea/runConfigurations/_FP_*.xml | |
.idea/runConfigurations/_MT_*.xml | |
.idea/libraries | |
.idea/modules.xml | |
.idea/gradle.xml | |
.idea/compiler.xml | |
.idea/inspectionProfiles/profiles_settings.xml | |
.idea/.name | |
.idea/artifacts/dist_auto_* | |
.idea/artifacts/dist.xml | |
.idea/artifacts/ideaPlugin.xml | |
.idea/artifacts/kotlinc.xml | |
.idea/artifacts/kotlin_compiler_jar.xml | |
.idea/artifacts/kotlin_plugin_jar.xml | |
.idea/artifacts/kotlin_jps_plugin_jar.xml | |
.idea/artifacts/kotlin_daemon_client_jar.xml | |
.idea/artifacts/kotlin_imports_dumper_compiler_plugin_jar.xml | |
.idea/artifacts/kotlin_main_kts_jar.xml | |
.idea/artifacts/kotlin_compiler_client_embeddable_jar.xml | |
.idea/artifacts/kotlin_reflect_jar.xml | |
.idea/artifacts/kotlin_stdlib_js_ir_* | |
.idea/artifacts/kotlin_test_js_ir_* | |
.idea/artifacts/kotlin_stdlib_wasm_* | |
.idea/artifacts/kotlinx_atomicfu_runtime_* | |
.idea/artifacts/kotlinx_cli_jvm_* | |
.idea/jarRepositories.xml | |
.idea/csv-plugin.xml | |
.idea/libraries-with-intellij-classes.xml | |
.idea/misc.xml | |
### NetBeans ### | |
/nbproject/private/ | |
/nbbuild/ | |
/dist/ | |
/nbdist/ | |
/.nb-gradle/ | |
### VS Code ### | |
.vscode/ | |
### OSX ### | |
.DS_Store | |
/confluence/target | |
/dependencies/repo | |
/android.tests.dependencies | |
/dependencies/android.tests.dependencies | |
/dist | |
/local | |
/gh-pages | |
/ideaSDK | |
/clionSDK | |
/android-studio/sdk | |
/tmp | |
/intellij | |
workspace.xml | |
*.versionsBackup | |
/idea/testData/debugger/tinyApp/classes* | |
/jps-plugin/testData/kannotator | |
/js/js.translator/testData/out/ | |
/js/js.translator/testData/out-min/ | |
/js/js.translator/testData/out-pir/ | |
!**/src/**/build | |
!**/test/**/build | |
!**/testData/**/*.iml | |
node_modules/ | |
.rpt2_cache/ | |
libraries/tools/kotlin-test-js-runner/lib/ | |
local.properties | |
buildSrcTmp/ | |
distTmp/ | |
outTmp/ | |
/test.output | |
/kotlin-native/dist | |
kotlin-ide/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment