init repo
This commit is contained in:
commit
599a631c65
17 changed files with 943 additions and 0 deletions
69
.gitignore
vendored
Normal file
69
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
# Ignore Gradle project-specific cache directory
|
||||
.gradle/
|
||||
|
||||
# Ignore Gradle build output directory
|
||||
build/
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
result
|
||||
result-*
|
||||
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Avoid ignore Gradle wrapper properties
|
||||
!gradle-wrapper.peoperties
|
||||
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# Eclipst
|
||||
.project
|
||||
.metadata
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
.settings/
|
||||
.loadpath
|
||||
.recommanders
|
||||
.classpath
|
||||
.factorypath
|
||||
|
||||
# Idea config file
|
||||
.idea/
|
||||
*.iml
|
||||
*iws
|
||||
*.ipr
|
||||
out/
|
||||
.idea_modules/
|
||||
|
||||
# Virtual machine crash logs
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# Local properties file
|
||||
local.properties
|
||||
Loading…
Add table
Add a link
Reference in a new issue