-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitignore-system
More file actions
63 lines (46 loc) · 1006 Bytes
/
gitignore-system
File metadata and controls
63 lines (46 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Project-specific
Simple Server
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
.vim
.vimrc
Session.vim
.vimspector.json
node_modules
.dog-fooding
.exercism
__pycache__
.venv
.unisonHistory
.metals
.bloop
# Ultralist
.todos.json
# Jujutsu
.jj
# vimtheme
.vimtheme
# sdkman
.sdkmanrc
# Some random folder where I can dump things I need to run a repository to my
# taste without committing this to the repository. This is particularly useful
# for [experimentation in] open source projects
.uncommitted
# MSTY
msty.*
.msty.*
# if there are any experiments wihin a codebase I don't want to be committed
# in, here's the folder for that
personal-experiments
# A.I. shenanigans
CLAUDE.md
GEMINI.md
.claude
.opencode
docs/superpowers
# I'm using this pattern to hide ignore rules I don't want visible to the
# repository e.g. unignoring some files ignored by gitignore, so other tools
# can benefit from the files git ignores.
.ignore