Skip to content
Snippets Groups Projects
Commit 33670fbc authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Add missing license header + reorganize a bit the content to align...

[Misc] Add missing license header + reorganize a bit the content to align between commons, rendering and platform + add new ignore for XVNC (found thanks to Gradle Enterprise) + removed unused weblate section
parent 58d5a61b
No related branches found
No related tags found
No related merge requests found
# Build
# ---------------------------------------------------------------------------
# See the NOTICE file distributed with this work for additional
# information regarding copyright ownership.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this software; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
# ---------------------------------------------------------------------------
# Maven
target
target-eclipse
# IDEA
# Gradle
build
.gradle
# IntelliJ IDEA
*.iml
*.ipr
*.iws
......@@ -20,7 +44,7 @@ bin
**/src/main/java/META-INF/
**/src/test/java/META-INF/
**/src/META-INF/
#PyDev
# PyDev
.pydevproject
# NetBeans
......@@ -29,19 +53,17 @@ nbproject
# Gradle Enterprise
.mvn/.gradle-enterprise
# Other
# Debugging stuff to not commit
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/resources/xwiki-platform-search-solr-server-core.zip
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/resources/xwiki-platform-search-solr-server-core-minimal.zip
# XVNC
?? .Xauthority-*
# Misc
*.log.*
*.log
.sonar-ide.properties
.clover
*~
**/overlays/*.info
# Debugging stuff to not commit
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/resources/xwiki-platform-search-solr-server-core.zip
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/resources/xwiki-platform-search-solr-server-core-minimal.zip
# Weblate
# This folder is actually used internally by weblate to know if something needs to be committed or not, ignoring it
# implies that weblate won't trigger any commit anymore.
#/.translation
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment