summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-09-26Create build files in their own directoryDaniel Calviño Sánchez
By default the build files will be created in the "build" directory, but a different one can be defined when calling make (for example, "make BUILD_DIR=temp"). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-09-26Move packaging related files to its own directoryDaniel Calviño Sánchez
Instead of using the main build command now a Python package is explicitly created and extracted, and the Debian package is generated from that extracted package to be able to adjust some things (like copying a "setup.py" file used only for packaging without having to include it in the main sources). Unfortunately not everything can be done under the "packaging" directory, as the "__pycache__" and "egg-info" directories are created in the source directory when the Python package is created. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-09-26Use stdeb to build deb packages from Python packagesDaniel Calviño Sánchez
Unfortunately stdeb has not been updated yet to use pyproject.toml files and still require a setup.py file. Fortunately since setuptools 61.0 the configuration from the pyproject.toml file takes precedence and a dummy setup.py file loads the configuration from the pyproject.toml file. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-09-06Add logs of integration test php server to .gitignoreMarcel Müller
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-07-19chore(gitignore): ignore JetBrains IDEs settingsGrigorii K. Shartsev
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-04-04chore(git): Ignore '*.code-workspace' filesJérémie Tarot (@silopolis)
Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
2022-09-19Execute the test on CIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Add Mozart to avoid conflict with other JWT appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Use vendor-bin to separate dev from production dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-09Bump composer dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-18Ignore .vscode foldermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2020-05-12Update the exclude listsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Add PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-28Fix warnings and errors with phpunit 8Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-09Create Message componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-07-05Start converting to readthedocsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-08Add back compiled JavaScript filesDaniel Calviño Sánchez
Otherwise acceptance tests fail when run in Drone, as the WebUI does not work before the JavaScript files are built and currently it is not possible to build them in the Docker container used for acceptance tests. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-08Merge pull request #1779 from ↵Joas Schilling
nextcloud/techdebt/noid/root-make-file-and-remove-compiled-assets Merge make files and remove compiled JS
2019-05-08Add "package-lock.json" to the versioned filesDaniel Calviño Sánchez
As stated in NPM documentation, the file is intended to be committed into source repositories; this ensures that everyone is using the same dependencies (as the semantic versioning of dependencies in "package.json" does not). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07Merge make files and remove compiled JSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-28gitignore: Ignore 'package-lock.json'Leon Klingele
This file is installed by npm as of version 5 when running "npm install"
2017-08-07Start to write some integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13Add make file for faster releasingv1.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-09Ignore the coverageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18add karma/jasmine config for js unit testingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>