Compare commits
No commits in common. "d6c4ebbbaa66cfad44b2e5c0c37f2364d6cf65b5" and "a1782b4b9aefceaf5cead3a3c39fa2b7e26d297a" have entirely different histories.
d6c4ebbbaa
...
a1782b4b9a
8 changed files with 0 additions and 133 deletions
115
.gitignore
vendored
115
.gitignore
vendored
|
|
@ -1,115 +0,0 @@
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/osx,vim
|
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,vim
|
|
||||||
|
|
||||||
### CSS files
|
|
||||||
*.css
|
|
||||||
*.css.map
|
|
||||||
|
|
||||||
### HTML files
|
|
||||||
*.html
|
|
||||||
|
|
||||||
### OSX ###
|
|
||||||
# General
|
|
||||||
.DS_Store
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
|
|
||||||
# Icon must end with two \r
|
|
||||||
Icon
|
|
||||||
|
|
||||||
# Thumbnails
|
|
||||||
._*
|
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
|
||||||
.DocumentRevisions-V100
|
|
||||||
.fseventsd
|
|
||||||
.Spotlight-V100
|
|
||||||
.TemporaryItems
|
|
||||||
.Trashes
|
|
||||||
.VolumeIcon.icns
|
|
||||||
.com.apple.timemachine.donotpresent
|
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
|
||||||
Network Trash Folder
|
|
||||||
Temporary Items
|
|
||||||
.apdisk
|
|
||||||
|
|
||||||
### Vim ###
|
|
||||||
# Swap
|
|
||||||
[._]*.s[a-v][a-z]
|
|
||||||
!*.svg # comment out if you don't need vector files
|
|
||||||
[._]*.sw[a-p]
|
|
||||||
[._]s[a-rt-v][a-z]
|
|
||||||
[._]ss[a-gi-z]
|
|
||||||
[._]sw[a-p]
|
|
||||||
|
|
||||||
# Session
|
|
||||||
Session.vim
|
|
||||||
Sessionx.vim
|
|
||||||
|
|
||||||
# Temporary
|
|
||||||
.netrwhist
|
|
||||||
*~
|
|
||||||
# Auto-generated tag files
|
|
||||||
tags
|
|
||||||
# Persistent undo
|
|
||||||
[._]*.un~
|
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/osx,vim
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/emacs
|
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=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
|
|
||||||
|
|
||||||
# directory configuration
|
|
||||||
.dir-locals.el
|
|
||||||
|
|
||||||
# network security
|
|
||||||
/network-security.data
|
|
||||||
|
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/emacs
|
|
||||||
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -1,12 +0,0 @@
|
||||||
[submodule "chris_haroun"]
|
|
||||||
path = chris_haroun
|
|
||||||
url = git@bitbucket.org:ronnyabraham/business-haroun.git
|
|
||||||
[submodule "music_money_makeover"]
|
|
||||||
path = music_money_makeover
|
|
||||||
url = git@bitbucket.org:ronnyabraham/business-music-money-makeover.git
|
|
||||||
[submodule "simon-squib"]
|
|
||||||
path = simon-squib
|
|
||||||
url = git@bitbucket.org:ronnyabraham/business-squib.git
|
|
||||||
[submodule "_share/media/sass/org-media-sass"]
|
|
||||||
path = _share/media/sass/org-media-sass
|
|
||||||
url = git@bitbucket.org:ronnyabraham/org-media-sass.git
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/Users/ronny/notes/_share/media/fonts
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/Users/ronny/notes/_share/media/js/collapsible.js
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 747b75751fd2e7cdb910d7ba85356a726984dc52
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit f4209f3b8bd53143725c9b1258c9da778681f12a
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 8032b337e7b390be1bb53305adcd4d9fb43dc3cb
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit e46bff432460bfa3367d4af634c34b0cd0c66249
|
|
||||||
Loading…
Add table
Reference in a new issue