Compare commits
10 commits
a1782b4b9a
...
d6c4ebbbaa
| Author | SHA1 | Date | |
|---|---|---|---|
| d6c4ebbbaa | |||
| 8f74b9448b | |||
| f9ac8905cf | |||
| 47a3f1da3b | |||
| 447ed99447 | |||
| 486bdf84ff | |||
| 9579b29001 | |||
| 52f265dec8 | |||
| d79f13f77e | |||
| d5d18c09fd |
8 changed files with 133 additions and 0 deletions
115
.gitignore
vendored
Normal file
115
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,115 @@
|
||||||
|
# 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
Normal file
12
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[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
_share/media/fonts
Symbolic link
1
_share/media/fonts
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/Users/ronny/notes/_share/media/fonts
|
||||||
1
_share/media/js/collapsible.js
Symbolic link
1
_share/media/js/collapsible.js
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/Users/ronny/notes/_share/media/js/collapsible.js
|
||||||
1
_share/media/sass/org-media-sass
Submodule
1
_share/media/sass/org-media-sass
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 747b75751fd2e7cdb910d7ba85356a726984dc52
|
||||||
1
chris_haroun
Submodule
1
chris_haroun
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f4209f3b8bd53143725c9b1258c9da778681f12a
|
||||||
1
music_money_makeover
Submodule
1
music_money_makeover
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8032b337e7b390be1bb53305adcd4d9fb43dc3cb
|
||||||
1
simon-squib
Submodule
1
simon-squib
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e46bff432460bfa3367d4af634c34b0cd0c66249
|
||||||
Loading…
Add table
Reference in a new issue