forked from Ninjasoturi/PokemonRaidBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (24 loc) · 646 Bytes
/
.gitignore
File metadata and controls
27 lines (24 loc) · 646 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
# Ignore .idea and temporary README.md files
/.idea
README.md.*
# Ignore content of directories with user specific data, keep directories itself
/access/**
/custom/**
/ddos/**
!/access/.gitkeep
!/custom/.gitkeep
!/ddos/.gitkeep
# Ignore config directory except for specific files
/config/**
!/config/*.json.example
!/config/defaults-*.json
# Ignore several icon directories + their content
# Ignoring directories itself allows to replace them with symlinks
/images/gyms/**
/images/pokemon
/images/pokemon/**
/images/pokemon_PokeMiners
/images/pokemon_PokeMiners/**
/images/pokemon_ZeChrales
/images/pokemon_ZeChrales/**
!/images/gyms/.gitkeep