summaryrefslogtreecommitdiff
path: root/vendor/github.com/stoewer/go-strcase/.gitignore
blob: db5247b9449c083a3d2b941708f1488255dce350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
vendor
doc

# Temporary files
*~
*.swp

# Editor and IDE config
.idea
*.iml
.vscode