update .gitignore

This commit is contained in:
Haowei Wen 2023-03-25 18:03:57 +08:00
parent 5382d5289c
commit cda44078a5
2 changed files with 180 additions and 35 deletions

215
.gitignore vendored
View file

@ -1,52 +1,197 @@
## General housekeeping # Created by https://www.toptal.com/developers/gitignore/api/vim,java,gradle,eclipse,visualstudiocode,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,java,gradle,eclipse,visualstudiocode,macos
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
.apt_generated_test/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
### Eclipse Patch ###
# Spring Boot Tooling
.sts4-cache/
### Java ###
# Compiled class file
*.class *.class
*.iml
*.ipr # Log file
*.iws
*.log *.log
*.jar
*.war # BlueJ files
*.ear *.ctxt
.cache
libs/
natives/
logs/
# Mobile Tools for Java (J2ME) # Mobile Tools for Java (J2ME)
.mtj.tmp/ .mtj.tmp/
# virtual machine crash logs # Package Files #
hs_err_pid* *.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
## Because Macs # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
### macOS ###
# General
.DS_Store .DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._* ._*
## Gradle # Files that might appear in the root of a volume
.gradle/ .DocumentRevisions-V100
build/ .fseventsd
out/ .Spotlight-V100
output/ .TemporaryItems
run/ .Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
## sublime # Directories potentially created on remote AFP share
*.sublime* .AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
## eclipse ### macOS Patch ###
.classpath # iCloud generated files
.metadata/ *.icloud
.project
.settings/
bin/
eclipse/
## Intellij IDEA ### Vim ###
.idea/ # Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
## netbeans # Session
nbbuild/ Session.vim
nbproject/ Sessionx.vim
# vim # Temporary
.netrwhist
*~ *~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
### Gradle ###
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
### Gradle Patch ###
# Java heap dump
*.hprof
# End of https://www.toptal.com/developers/gitignore/api/vim,java,gradle,eclipse,visualstudiocode,macos

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.