1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-07 01:58:19 +00:00

Update gitignore list (#5258)

* update gitignore

* Handle symlink in tar

* Add some logs
This commit is contained in:
Antoine GIRARD
2018-11-03 23:06:09 +01:00
committed by techknowlogick
parent 54259e2f88
commit 57a8440db3
77 changed files with 767 additions and 159 deletions

View File

@@ -11,9 +11,6 @@ local.properties
.loadpath
.recommenders
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
@@ -26,8 +23,8 @@ local.properties
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
@@ -50,6 +47,9 @@ local.properties
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies