summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix vaadin-test and all its submodules (#8076)Teemu Suo-Anttila2017-01-091-0/+2
| | | | | | | | | This patch applies following fixes: * ContextMenu with correct version for Vaadin 8 * Correctly skip install plugin for test submodules * Make widgetset-test-util a test depdendency, don't use test-jar * Fix vaadin-test project structure and dependencies * Clean up testutil pom * Add README.md
* Update .gitignore to work better with EGitLeif Åstrand2016-08-021-2/+2
| | | | Change-Id: I5f58901c34fab4466be12469d730b1c81a8265b4
* Correctly handle compiled resources for Development ServerTeemu Suo-Anttila2016-05-201-46/+3
| | | | Change-Id: I0f4976aaeeb1f284a99a09cb039e54ae16f8f556
* Ignore files generated for checkstylesLeif Åstrand2016-05-031-0/+2
| | | | Change-Id: Ifb4199bf1e7a168c9f5e0770229bbac9cf75ca9d
* Convert Eclipse project to Maven basedHenri Sara2016-04-041-0/+1
| | | | | | Ignore exec plugin for m2e in themes and client-compiled. Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa
* Build uitest with maven ant runnerelmot2016-04-011-0/+1
| | | | Change-Id: Ia7ba1cb6b1c8c4e70b6e834d86feb6c161ab5a29
* Build vaadin-all with mavenTeemu Suo-Anttila2016-03-311-0/+1
| | | | Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d
* Build Liferay with mavenelmot2016-03-301-0/+1
| | | | Change-Id: I8f95dc9636c450125cf7401bee1824b2ef186454
* Build widgets with mavenelmot2016-03-301-0/+1
| | | | Change-Id: I4ffe710a330e863737561d1c9d2e6f46c3d32c95
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291-0/+1
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Build vaadin-client-compiled with mavenTeemu Suo-Anttila2016-03-271-0/+1
| | | | Change-Id: I91ef39fec1244fdeff1ee269be39ae7800a495b3
* Build vaadin-buildhelpers with mavenTeemu Suo-Anttila2016-03-241-1/+2
| | | | Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
* Build client-compiler with mavenelmot2016-03-221-0/+4
| | | | Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
* Build vaadin-client with mavenTeemu Suo-Anttila2016-03-181-0/+1
| | | | Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-101-4/+6
| | | | Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
* Use Maven to build vaadin-pushHenri Sara2016-02-291-0/+1
| | | | Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
* Ignore log file created in some casesLeif Åstrand2015-11-251-0/+1
| | | | Change-Id: I74e1a52d138c9fdfaf15b227261f2977b13289d9
* Ignore .pyc filesHenri Sara2015-07-131-0/+3
| | | | Change-Id: Ic24eac20f7882f1e4e91650c130d1a1ad7303e33
* Ignore some precompressed js filesLeif Åstrand2015-07-081-0/+2
| | | | Change-Id: I8e12ba400d1b7441a896d787b2d3ac3292d08b28
* Persist scss cache (#15228)Leif Åstrand2015-01-091-0/+3
| | | | Change-Id: I29bf746c3100df15bb04cc03b28ae64db4c5f987
* Ignore compiled valo test themesLeif Åstrand2014-08-221-0/+1
| | | | Change-Id: I4f2580230a18adf299334eb43aea4f8bccd7bb4a
* Update .gitignore for valoHenri Sara2014-06-301-0/+3
| | | | Change-Id: Ia37e982e69c5a26f8ed221a5e2ef4c7ed7bd68df
* Rename $v-app-background-color to $v-background-color (#13670)Jouni Koivuviita2014-06-041-0/+2
| | | | | | | | | | | | | | Top level background-color variable, which is then specialized by different components in the theme. Mass search-and-replace, tested that the theme works as expected. Added a new test UI class for the Valo theme. Updated .gitignore to ignore .sass-cache (command line Sass creates a cache folder when watching for changes) Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5
* Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-161-10/+0
| | | | | | | | Causes a multitude of compile errors on the build server. This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51. Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe
* Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-151-0/+10
| | | | Change-Id: I6e0f797b9eadf9fe796750e2764faf4434494e29
* Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-101-0/+1
| | | | Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc
* Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)Artur Signell2013-04-171-0/+2
| | | | | | | | * Replaced jquery and jquery.atmosphere.js with original, unmodified versions * Added vaadinPush.js build target to ide.xml and push/build.xml * Uses yuicompressor to compress the resulting push javascript Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7
* Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-1/+6
| | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-091-0/+4
|
* Ignore some temp files created when running TestBench tests locallyLeif Åstrand2012-05-301-0/+3
|
* Ignore optional GWT outputLeif Åstrand2012-04-111-0/+1
|
* Ignore *.DS_Store (OS X metadata)Leif Åstrand2012-02-291-0/+3
|
* Ignore Eclipse generated .externalToolBuildersArtur Signell2012-02-271-0/+1
|
* Ignore compiled buildhelper classesLeif Åstrand2011-12-081-0/+1
|
* #7997 Ivyfied custom SmartSprites libraryMikael Vappula2011-12-011-2/+1
| | | | | | | | | | Patched SmartSprites jar is now fetched using Ivy tooling. Custom dependency resolver is used to retrieve module description from local filesystem (in project hierarchy) and the master artifact from Vaadin (6.x) SVN repository. This is a temporary solution until required patches get contributed and committed back to SmartSprite upstream and artifacts are available in Maven central.
* Added WebContent/VAADIN/widgetsets to .gitignore as git cannot track empty ↵Artur Signell2011-11-221-4/+1
| | | | directories and complains about changes when DefaultWidgetSet has been compiled
* Removed demo related ignores that are no longer relevantArtur Signell2011-11-221-10/+0
|
* Some additions to .gitignoreLeif Åstrand2011-11-021-0/+2
|
* Converted .gitignore file from svn:ignore propertiesMikael Vappula2011-10-311-0/+64