Skip to content
Snippets Groups Projects
Commit 741a36c4 authored by jeremy.gobet's avatar jeremy.gobet
Browse files

Updated .gitignore file for firebase

parent d22b1ef6
Branches
Tags
No related merge requests found
# ignore all files starting with . or ~ # ignore all temp files starting with ~
.*
~* ~*
# ignore node/grunt dependency directories # ignore node/grunt dependency directories
...@@ -25,4 +24,8 @@ node_modules/ ...@@ -25,4 +24,8 @@ node_modules/
!.gitlab-ci.yml !.gitlab-ci.yml
!.eslintrc.* !.eslintrc.*
# ignore building files
dist/ dist/
# ignore firbase temp files
.firebase/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment