mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-03 23:02:28 +02:00
Merge pull request #265 from maxmoney21m/bugfix/gitignore
Update gitignore
This commit is contained in:
60
.gitignore
vendored
60
.gitignore
vendored
@@ -1,5 +1,3 @@
|
|||||||
*.iml
|
|
||||||
.gradle
|
|
||||||
/local.properties
|
/local.properties
|
||||||
/.idea/caches
|
/.idea/caches
|
||||||
/.idea/libraries
|
/.idea/libraries
|
||||||
@@ -11,9 +9,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
.externalNativeBuild
|
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
|
||||||
|
|
||||||
|
|
||||||
# Built application files
|
# Built application files
|
||||||
@@ -36,6 +32,7 @@ out/
|
|||||||
# release/
|
# release/
|
||||||
|
|
||||||
# Gradle files
|
# Gradle files
|
||||||
|
.gradle
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
@@ -48,25 +45,50 @@ proguard/
|
|||||||
# Log Files
|
# Log Files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Android Studio Navigation editor temp files
|
# Android Studio
|
||||||
.navigation/
|
/*/build/
|
||||||
|
/*/local.properties
|
||||||
# Android Studio captures folder
|
/*/out
|
||||||
|
/*/*/build
|
||||||
|
/*/*/production
|
||||||
captures/
|
captures/
|
||||||
|
.navigation/
|
||||||
|
*.ipr
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
*.iml
|
*.iml
|
||||||
.idea/workspace.xml
|
*.iws
|
||||||
.idea/tasks.xml
|
/out/
|
||||||
.idea/gradle.xml
|
deploymentTargetDropdown.xml
|
||||||
.idea/assetWizardSettings.xml
|
render.experimental.xml
|
||||||
.idea/dictionaries
|
|
||||||
.idea/libraries
|
# User-specific configurations
|
||||||
# Android Studio 3 in .gitignore file.
|
.idea/**/caches/
|
||||||
.idea/caches
|
.idea/**/libraries/
|
||||||
.idea/modules.xml
|
.idea/**/shelf/
|
||||||
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
|
.idea/**/workspace.xml
|
||||||
.idea/navEditor.xml
|
.idea/**/tasks.xml
|
||||||
|
.idea/**/.name
|
||||||
|
.idea/**/compiler.xml
|
||||||
|
.idea/**/copyright/profiles_settings.xml
|
||||||
|
.idea/**/encodings.xml
|
||||||
|
.idea/**/misc.xml
|
||||||
|
.idea/**/modules.xml
|
||||||
|
.idea/**/scopes/scope_settings.xml
|
||||||
|
.idea/**/dictionaries
|
||||||
|
.idea/**/vcs.xml
|
||||||
|
.idea/**/jsLibraryMappings.xml
|
||||||
|
.idea/**/datasources.xml
|
||||||
|
.idea/**/dataSources.ids
|
||||||
|
.idea/**/sqlDataSources.xml
|
||||||
|
.idea/**/dynamic.xml
|
||||||
|
.idea/**/uiDesigner.xml
|
||||||
|
.idea/**/assetWizardSettings.xml
|
||||||
|
.idea/**/gradle.xml
|
||||||
|
.idea/**/jarRepositories.xml
|
||||||
|
.idea/**/navEditor.xml
|
||||||
|
|
||||||
# Keystore files
|
# Keystore files
|
||||||
# Uncomment the following lines if you do not want to check your keystore files in.
|
# Uncomment the following lines if you do not want to check your keystore files in.
|
||||||
|
6
.idea/compiler.xml
generated
6
.idea/compiler.xml
generated
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="CompilerConfiguration">
|
|
||||||
<bytecodeTargetLevel target="11" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
10
.idea/misc.xml
generated
10
.idea/misc.xml
generated
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
|
|
||||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectType">
|
|
||||||
<option name="id" value="Android" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
Reference in New Issue
Block a user