ergo/.gitignore

113 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2016-08-13 10:20:49 +02:00
# Created by https://www.gitignore.io/api/windows,osx,linux,go
### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
### OSX ###
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
2016-10-13 08:20:18 +02:00
Icon
2016-08-13 10:20:49 +02:00
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
2017-09-06 20:54:23 +02:00
# vim swapfiles
*.swp
2016-08-13 10:20:49 +02:00
### Go ###
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-05-25 06:34:38 +02:00
### custom ###
/_site/
2016-10-13 08:20:18 +02:00
/.vscode/*
2016-08-19 15:21:52 +02:00
/ircd*
2016-11-06 14:04:30 +01:00
/web-*
/web.*
/ssl.*
/tls.*
2021-05-25 06:34:38 +02:00
/ergo
2016-09-18 01:12:10 +02:00
/build/*
2016-04-21 14:31:51 +02:00
_test
2021-05-25 06:34:38 +02:00
ergo.prof
ergo.mprof
2018-01-07 03:21:44 +01:00
/dist
2020-05-24 12:47:19 +02:00
*.pem
2021-06-09 15:24:52 +02:00
.dccache