mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 03:39:28 +01:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
17 lines
154 B
Text
17 lines
154 B
Text
.eunit
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
erl_crash.dump
|
|
.concrete/DEV_MODE
|
|
|
|
# rebar 2.x
|
|
.rebar
|
|
rel/example_project
|
|
ebin/*.beam
|
|
deps
|
|
|
|
# rebar 3
|
|
.rebar3
|
|
_build/
|
|
_checkouts/
|