mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-01 16:20:40 +00:00
ordered gitignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,10 +1,19 @@
|
||||
# Editors
|
||||
.idea
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
package-lock.json
|
||||
.idea
|
||||
yarn.lock
|
||||
|
||||
# Build & Runtime
|
||||
bin
|
||||
lib
|
||||
data
|
||||
restore
|
||||
docker
|
||||
Dockerfile
|
||||
|
||||
.autorestic.yml
|
||||
# Config
|
||||
.autorestic.yml
|
||||
.docker.yml
|
Reference in New Issue
Block a user