1
0
mirror of https://github.com/kochetkov-ma/allure-server.git synced 2025-02-15 13:33:27 +02:00
allure-server/.gitignore
Maxim Kochetkov ca8108b601
Feature/gui (#3)
* WEB UI

* add nodejs to github actions

* update documentation

* update deps
2020-05-06 23:07:46 +03:00

51 lines
585 B
Plaintext

/.gradle
/.idea
**/wrapper
/build
/keys
/allure
# Node
/node
/node_modules
/target
package.json
package-lock.json
webpack.config.js
webpack.generated.js
# Gradle
gradlew
gradlew.bat
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
id_rsa
#exclude
!**/resources
!**/resources/**/*.7z
!**/resources/**/*.json
!**/resources/**/*.zip
!**/resources/**/*.jar