mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 10:43:39 +02:00
Squashed commit of the following:
commit d4242bf1a390994606b7bd6e630c55338a14aad4
Author: Arne Schlüter <arne@schlueter.is>
Date: Mon Jul 9 21:12:44 2018 +0200
Add loading spinner, done with reworked app boot flow; fixes #5 and #11
commit e864ae4e578f96b86f3c0239b79f5224f0bb0020
Author: Arne Schlüter <arne@schlueter.is>
Date: Mon Jul 9 19:43:02 2018 +0200
Start restructuring app boot flow
commit a8cdbef80acde9f185a588ab86f8ea6964ebe8ab
Author: Arne Schlüter <arne@schlueter.is>
Date: Mon Jul 9 14:03:43 2018 +0200
Ignore rebel readline artifacts
commit 67eae3bc6aa2938ad6748c78b6259e532e66f865
Author: Arne Schlüter <arne@schlueter.is>
Date: Mon Jul 9 14:03:11 2018 +0200
Update shadow-cljs and run npm audit fix
76 lines
839 B
Text
76 lines
839 B
Text
.nrepl-port
|
|
.rebel_readline_history
|
|
.shadow-cljs/
|
|
node_modules/
|
|
public/*
|
|
|
|
# Created by https://www.gitignore.io/api/emacs
|
|
|
|
### Emacs ###
|
|
# -*- mode: gitignore; -*-
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
*.elc
|
|
auto-save-list
|
|
tramp
|
|
.\#*
|
|
|
|
# Org-mode
|
|
.org-id-locations
|
|
*_archive
|
|
|
|
# flymake-mode
|
|
*_flymake.*
|
|
|
|
# eshell files
|
|
/eshell/history
|
|
/eshell/lastdir
|
|
|
|
# elpa packages
|
|
/elpa/
|
|
|
|
# reftex files
|
|
*.rel
|
|
|
|
# AUCTeX auto folder
|
|
/auto/
|
|
|
|
# cask packages
|
|
.cask/
|
|
dist/
|
|
|
|
# Flycheck
|
|
flycheck_*.el
|
|
|
|
# server auth directory
|
|
/server/
|
|
|
|
# projectiles files
|
|
.projectile
|
|
projectile-bookmarks.eld
|
|
|
|
# directory configuration
|
|
.dir-locals.el
|
|
|
|
# saveplace
|
|
places
|
|
|
|
# url cache
|
|
url/cache/
|
|
|
|
# cedet
|
|
ede-projects.el
|
|
|
|
# smex
|
|
smex-items
|
|
|
|
# company-statistics
|
|
company-statistics-cache.el
|
|
|
|
# anaconda-mode
|
|
anaconda-mode/
|
|
|
|
|
|
# End of https://www.gitignore.io/api/emacs
|