Created
August 1, 2019 19:51
-
-
Save onimenotsuki/0e106f480293f5b0847b3d99677968d6 to your computer and use it in GitHub Desktop.
My new personal for git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: gitignore; *-* | |
############################################ | |
## Ignoring files generated for emacs ## | |
############################################ | |
*~ | |
\#*\# | |
/.emacs.desktop | |
/.emacs.desktop.lock | |
*.elc | |
auto-save-list | |
tramp | |
.\#* | |
ido.last | |
# elpa packages | |
/elpa/ | |
# flymake-mode | |
*_flymake.* | |
# Syntax checker | |
**/.tern-port | |
# eshell files | |
/eshell/history | |
/eshell/lastdir | |
# Auctex dir | |
/auto/ | |
# reftex files | |
*.rel | |
# cask packages | |
.cask/ | |
# Multiple Cursors cache | |
.mc-list* | |
# Recentf not save with git | |
*recentf* | |
# projectile | |
.projectile | |
# Sass cache files | |
**.sass-cache/ | |
# Org-mode | |
.org-id-locations | |
*_archive | |
# Ignoring ruby version and installed packages with gemfile | |
.ruby-* | |
Gemfile.lock | |
# trash folder | |
.Trash-* | |
# Libreoffice lock | |
.~lock.*# | |
# Ignoring my http query for restclient | |
**/.http | |
# jsbeautifier options file | |
.jsbeautifyrc | |
### VisualStudioCode ### | |
.vscode/* | |
!.vscode/settings.json | |
!.vscode/tasks.json | |
!.vscode/launch.json | |
!.vscode/extensions.json | |
### macOS ### | |
**/*.DS_Store | |
.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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment