Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvanipa committed Feb 15, 2020
1 parent 6da4525 commit 51081b0
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 110 deletions.
Binary file removed .DS_Store
Binary file not shown.
104 changes: 0 additions & 104 deletions .firebase/hosting.cHVibGlj.cache

This file was deleted.

5 changes: 0 additions & 5 deletions .firebaserc

This file was deleted.

67 changes: 67 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
.firebase/
.firebaserc

# IDEA Ignores #
################
*.iml
*.ipr
*.iws
.idea/
out/
local.properties

# Generic Android ignores #
###########################
bin/
target
gen/

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.rar
*.tar
*.zip

# Logs and databases #
######################
log/
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# VCS #
#######
.svn
.svn/
CVS

# XCode 4 #
###########
*.xcuserstate
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
xcuserdata/

Binary file removed public/.DS_Store
Binary file not shown.
Binary file removed public/assets/.DS_Store
Binary file not shown.
Binary file removed public/assets/css/.DS_Store
Binary file not shown.
Binary file removed public/assets/css/theme-color/.DS_Store
Binary file not shown.
Binary file removed public/assets/fonts/.DS_Store
Binary file not shown.
Binary file removed public/assets/images/.DS_Store
Binary file not shown.
Binary file removed public/assets/js/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion public/debug.log

This file was deleted.

0 comments on commit 51081b0

Please sign in to comment.