Added all file news as ChangeLog file into ChangeLog file
This commit is contained in:
parent
16f3768455
commit
be7a6c1f15
2 changed files with 67 additions and 0 deletions
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
# 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
ChangeLog
Normal file
12
ChangeLog
Normal file
|
@ -0,0 +1,12 @@
|
|||
2024-02-01 Mert Gör <mertgor@masscollabs.xyz>
|
||||
|
||||
* hacker.tr.md: The Turkish version of how to become a committer
|
||||
|
||||
* README.md: The English article collection for how to become a committer
|
||||
|
||||
* by-sa.markdown: The original License file
|
||||
|
||||
* .gitignore: gitignore added for Emacs outputs
|
||||
|
||||
* LICENSE: CC BY-SA 4.0 or any later
|
||||
|
Loading…
Reference in a new issue