Skip to content

Commit c7ea392

Browse files
author
mike dupont
committed
gitignore
1 parent 8b7c268 commit c7ea392

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

.gitignore

+49-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,52 @@ ton_nft_metadata/
9797
ton_nft_metadata/*
9898

9999
ton_nft_images/
100-
ton_nft_images/*
100+
ton_nft_images/*# -*- mode: gitignore; -*-
101+
*~
102+
\#*\#
103+
/.emacs.desktop
104+
/.emacs.desktop.lock
105+
*.elc
106+
auto-save-list
107+
tramp
108+
.\#*
109+
110+
# Org-mode
111+
.org-id-locations
112+
*_archive
113+
114+
# flymake-mode
115+
*_flymake.*
116+
117+
# eshell files
118+
/eshell/history
119+
/eshell/lastdir
120+
121+
# elpa packages
122+
/elpa/
123+
124+
# reftex files
125+
*.rel
126+
127+
# AUCTeX auto folder
128+
/auto/
129+
130+
# cask packages
131+
.cask/
132+
dist/
133+
134+
# Flycheck
135+
flycheck_*.el
136+
137+
# server auth directory
138+
/server/
139+
140+
# projectiles files
141+
.projectile
142+
143+
# directory configuration
144+
.dir-locals.el
145+
146+
# network security
147+
/network-security.data
148+

0 commit comments

Comments
 (0)