From f3bcb52a6cd076100becd668c32c00ab25e6332f Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sat, 11 Sep 2021 14:05:38 +0100 Subject: [PATCH] Add gitignore fom tpo --- .gitignore | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51af179..9d840a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,91 @@ -i18n/ +node_modules + +.sass-cache +.DS_Store + +cache + +public +*.mo +*.po +contents+*.lr + +*.ipynb* + +*.egg-info +*.pyc +__pycache__ + +### Lektor Temps ### +*~* + +### Idea (IDE) ### +.idea/ + +### 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 + +node_modules + +# 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/