mirror of
https://github.com/google/nomulus.git
synced 2025-08-09 02:59:35 +02:00
* Enable Java 11 features As of this commit Java 11 must be used to build. The generated bytecode is still at Java 8 due to App Engine task queue limit. Also fixed a bug where the included google-java-format jar file is not used, requiring the user to install it separately. See: https://cloud.google.com/appengine/docs/standard/java/taskqueue/push
113 lines
1.7 KiB
Text
113 lines
1.7 KiB
Text
/bazel-*
|
|
**/.idea/**
|
|
|
|
######################################################################
|
|
# Java Ignores
|
|
|
|
*.class
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
!/third_party/**/*.jar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
######################################################################
|
|
# Eclipse Ignores
|
|
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
|
|
# Eclipse Core
|
|
.project
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# PyDev specific (Python IDE for Eclipse)
|
|
*.pydevproject
|
|
|
|
# CDT-specific (C/C++ Development Tooling)
|
|
.cproject
|
|
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
.classpath
|
|
|
|
# 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/
|
|
|
|
# Auto-generated java files
|
|
autogenerated/
|
|
|
|
# IDEA
|
|
nomulus.iml
|
|
nomulus.ipr
|
|
nomulus.iws
|
|
|
|
# Auto-generated java classes by Intellij
|
|
*/src/main/generated/
|
|
*/src/test/generated_tests/
|
|
|
|
# VScode
|
|
.vscode
|
|
|
|
# Javascript output
|
|
**/out/*
|
|
|
|
######################################################################
|
|
# Python Ignores
|
|
|
|
*.pyc
|
|
|
|
######################################################################
|
|
# Gradle Ignores
|
|
|
|
# We don't want to ignore the gradle or google-java-format jar files
|
|
!/gradle/wrapper/**/*.jar
|
|
!/java-format/*.jar
|
|
.gradle/
|
|
**/build
|
|
cloudbuild-caches/
|
|
node_modules/**
|
|
/repos/
|
|
|
|
# Compiled JS/CSS code
|
|
core/**/registrar_bin*.js
|
|
core/**/registrar_dbg*.js
|
|
core/**/registrar_bin*.css
|
|
core/**/registrar_dbg*.css
|