-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 552 Bytes
/
.gitignore
File metadata and controls
47 lines (40 loc) · 552 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
# Go / Build / Binary files
*.o
*.a
*.so
*.exe
*.out
*.bin
# Cobra test
cobra.test
# Build folders
bin/
dist/
# Project specific / temporary
output.json
output.yaml
output.xml
config.json
env.json
plain.txt
input.xml
config.toml
config.yaml
# pkg/prompt folder (included for interactive prompts)
# pkg/prompt/ <- commented out so files are tracked
# IDE / Editor
.idea/
.vscode/
*.iml
*.swp
Session.vim
.netrwhist
*~
# Generated binaries and build outputs
codewise-cli
myapp/
myapp/codewise
codewise
myappcodewise-cli
# Environment files
.env