Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
No results found
Select Git revision
Show changes
Commits on Source (1)
# ignore all files starting with . or ~
.*
# ignore all temp files starting with ~
~*
# ignore node/grunt dependency directories
......@@ -25,4 +24,8 @@ node_modules/
!.gitlab-ci.yml
!.eslintrc.*
# ignore building files
dist/
# ignore firbase temp files
.firebase/