add to gitignore
This commit is contained in:
parent
bb6c300a47
commit
745751ea42
7 changed files with 5 additions and 88 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
/Users/tobi/TobCloud/dotfiles/.gitignore
|
|
||||||
/var/folders/0h/8fqvf7nd2xn38__142t5f4t40000gn/T/#!Users!tobi!TobCloud!dotfiles!.gitignore#
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8-emacs; mode: lisp-data -*-
|
|
||||||
;;; This format is meant to be slightly human-readable;
|
|
||||||
;;; nevertheless, you probably don't want to edit it.
|
|
||||||
;;; -*- End Of Bookmark File Format Version Stamp -*-
|
|
||||||
(("bookmarks.org"
|
|
||||||
(filename . "~/TobCloud/org/bookmarks.org")
|
|
||||||
(front-context-string . "#+TITLE: Bookmar")
|
|
||||||
(rear-context-string)
|
|
||||||
(position . 1))
|
|
||||||
(".tobmacs"
|
|
||||||
(filename . "~/.tobmacs/")
|
|
||||||
(front-context-string . ".lsp-session-v1\n")
|
|
||||||
(rear-context-string . "31 Oct 21 11:44 ")
|
|
||||||
(position . 223))
|
|
||||||
("exercism"
|
|
||||||
(filename . "~/Exercism/swift/")
|
|
||||||
(front-context-string . ".DS_Store\n drwx")
|
|
||||||
(rear-context-string . "48 Oct 19 20:28 ")
|
|
||||||
(position . 229))
|
|
||||||
("logseq"
|
|
||||||
(filename . "~/Library/Mobile Documents/iCloud~com~logseq~logseq/Documents/")
|
|
||||||
(front-context-string . ".Trash\n -rw-r--")
|
|
||||||
(rear-context-string . "64 Sep 30 12:10 ")
|
|
||||||
(position . 272))
|
|
||||||
("inbox.org"
|
|
||||||
(filename . "~/TobCloud/org/inbox.org")
|
|
||||||
(front-context-string)
|
|
||||||
(rear-context-string)
|
|
||||||
(position . 16))
|
|
||||||
)
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
ls
|
|
||||||
touch new-file
|
|
||||||
cd Downloads/
|
|
||||||
git clone https://github.com/objcio/S01E320-custom-components-introduction.git
|
|
||||||
pwd
|
|
||||||
cd Desktop/
|
|
||||||
git clone https://github.com/doomemacs/doomemacs.git
|
|
||||||
cd doomemacs/
|
|
||||||
grep flycheck-clj-kondo
|
|
||||||
grep flycheck
|
|
||||||
cd ../..
|
|
||||||
exercism submit Sources/GradeSchool/GradeSchool.swift
|
|
||||||
swift package init
|
|
||||||
less Sources/day1/day1.swift
|
|
||||||
cd
|
|
||||||
cd TobCloud/org/
|
|
||||||
ls
|
|
||||||
rm *
|
|
||||||
ls
|
|
||||||
ls
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
/Users/tobi/Downloads
|
|
||||||
~
|
|
||||||
/Users/tobi/Desktop
|
|
||||||
/Users/tobi/Desktop/doomemacs
|
|
||||||
/Users/tobi/Exercism/swift/grade-school/Sources/GradeSchool
|
|
||||||
/Users/tobi/Exercism/swift/grade-school
|
|
||||||
~/Code/AOC/day1
|
|
||||||
/Users/tobi/Code/AOC/aoc2022/src/aoc2022
|
|
||||||
/Users/tobi
|
|
||||||
/Users/tobi/TobCloud/org
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +0,0 @@
|
||||||
((magit-commit nil)
|
|
||||||
(magit-dispatch nil)
|
|
||||||
(magit-gitignore nil)
|
|
||||||
(magit-log
|
|
||||||
("-n256" "--graph" "--decorate")))
|
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,2 +1,7 @@
|
||||||
**/eln-cache
|
**/eln-cache
|
||||||
**/elpa
|
**/elpa
|
||||||
|
/.emacs.d/auto-save-list
|
||||||
|
/.emacs.d/bookmarks
|
||||||
|
.emacs.d/eshell
|
||||||
|
/.emacs.d/history
|
||||||
|
.emacs.d/transient
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue