Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Upgrade to Vaadin 7.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Baiborodine committed Mar 1, 2017
1 parent 3773c52 commit 3bd973a
Show file tree
Hide file tree
Showing 9 changed files with 13,283 additions and 194 deletions.
56 changes: 55 additions & 1 deletion .gitignore
@@ -1,4 +1,4 @@
# Created by https://www.gitignore.io/api/java,maven,intellij
# Created by https://www.gitignore.io/api/java,maven,intellij,eclipse

### Java ###
*.class
Expand Down Expand Up @@ -76,6 +76,60 @@ crashlytics.properties
crashlytics-build.properties


### Eclipse ###

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# 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/


### JRebel ###

rebel.xml
Expand Down

0 comments on commit 3bd973a

Please sign in to comment.