tidy up the .gitignore
This commit is contained in:
parent
34b69a7d1f
commit
a3d973100a
1 changed files with 70 additions and 82 deletions
152
.gitignore
vendored
152
.gitignore
vendored
|
@ -1,85 +1,73 @@
|
||||||
!.vscode/extensions.json
|
### Gradle ###
|
||||||
!.vscode/launch.json
|
|
||||||
!.vscode/settings.json
|
|
||||||
!.vscode/tasks.json
|
|
||||||
*.class
|
|
||||||
*.code-workspace
|
|
||||||
*.ctxt
|
|
||||||
*.iws
|
|
||||||
*.log
|
|
||||||
*.nar
|
|
||||||
*.rar
|
|
||||||
*.sublime-*
|
|
||||||
*.tar.gz
|
|
||||||
*.zip
|
|
||||||
.DS_Store
|
|
||||||
.classpath
|
|
||||||
.gradle
|
.gradle
|
||||||
.history
|
|
||||||
.kobalt
|
|
||||||
.mtj.tmp/
|
|
||||||
.mvn/timing.properties
|
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
|
||||||
.nb-gradle
|
|
||||||
.project
|
|
||||||
.scannerwork
|
|
||||||
.settings
|
|
||||||
.vscode/*
|
|
||||||
/**/.idea/$CACHE_FILE$
|
|
||||||
/**/.idea/$PRODUCT_WORKSPACE_FILE$
|
|
||||||
/**/.idea/**/caches/build_file_checksums.ser
|
|
||||||
/**/.idea/**/contentModel.xml
|
|
||||||
/**/.idea/**/dataSources.ids
|
|
||||||
/**/.idea/**/dataSources.local.xml
|
|
||||||
/**/.idea/**/dataSources/
|
|
||||||
/**/.idea/**/dbnavigator.xml
|
|
||||||
/**/.idea/**/dictionaries
|
|
||||||
/**/.idea/**/dynamic.xml
|
|
||||||
/**/.idea/**/gradle.xml
|
|
||||||
/**/.idea/**/httpRequests
|
|
||||||
/**/.idea/**/libraries
|
|
||||||
/**/.idea/**/mongoSettings.xml
|
|
||||||
/**/.idea/**/replstate.xml
|
|
||||||
/**/.idea/**/shelf
|
|
||||||
/**/.idea/**/shelf/
|
|
||||||
/**/.idea/**/sqlDataSources.xml
|
|
||||||
/**/.idea/**/tasks.xml
|
|
||||||
/**/.idea/**/uiDesigner.xml
|
|
||||||
/**/.idea/**/usage.statistics.xml
|
|
||||||
/**/.idea/**/workspace.xml
|
|
||||||
/**/.idea/sonarlint*
|
|
||||||
/**/.idea_modules/
|
|
||||||
Thumbs.db
|
|
||||||
__pycache__
|
|
||||||
atlassian-ide-plugin.xml
|
|
||||||
bin/
|
|
||||||
build/
|
build/
|
||||||
cmake-build-*/
|
|
||||||
com_crashlytics_export_strings.xml
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
crashlytics-build.properties
|
!gradle/wrapper/gradle-wrapper.properties
|
||||||
crashlytics.properties
|
|
||||||
dependency-reduced-pom.xml
|
|
||||||
deploy/
|
### Kotlin/JVM ###
|
||||||
dist/
|
*.class
|
||||||
ehthumbs.db
|
*.log
|
||||||
fabric.properties
|
|
||||||
gen/
|
|
||||||
gradle.properties
|
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
kobaltBuild
|
replay_pid*
|
||||||
kobaltw*-test
|
*.hprof
|
||||||
lib/kotlin*
|
|
||||||
libs/
|
*.jar
|
||||||
local.properties
|
*.war
|
||||||
out/
|
*.nar
|
||||||
pom.xml.asc
|
*.ear
|
||||||
pom.xml.next
|
*.zip
|
||||||
pom.xml.releaseBackup
|
*.tar.gz
|
||||||
pom.xml.tag
|
*.rar
|
||||||
pom.xml.versionsBackup
|
|
||||||
proguard-project.txt
|
|
||||||
project.properties
|
### IntelliJ ###
|
||||||
release.properties
|
.idea/**/*
|
||||||
target/
|
!.idea/copyright/
|
||||||
test-output
|
!.idea/copyright/**
|
||||||
venv
|
!.idea/inspectionProfiles/
|
||||||
|
!.idea/inspectionProfiles/**
|
||||||
|
|
||||||
|
|
||||||
|
### Eclipse ###
|
||||||
|
.metadata
|
||||||
|
bin/
|
||||||
|
tmp/
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*~.nib
|
||||||
|
.settings/
|
||||||
|
.loadpath
|
||||||
|
.recommenders
|
||||||
|
.classpath
|
||||||
|
|
||||||
|
.apt_generated/
|
||||||
|
.apt_generated_test/
|
||||||
|
.project
|
||||||
|
|
||||||
|
|
||||||
|
### Linux ###
|
||||||
|
*~
|
||||||
|
.fuse_hidden*
|
||||||
|
.Trash-*
|
||||||
|
.nfs*
|
||||||
|
|
||||||
|
|
||||||
|
### Windows ###
|
||||||
|
[Dd]esktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
*.lnk
|
||||||
|
|
||||||
|
|
||||||
|
### macOS ###
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
|
||||||
|
###########################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue