Skip to content

Commit

Permalink
Updates to .gitignore files
Browse files Browse the repository at this point in the history
* Add .gitignore for downloaded freeciv src
* Add .gitignore to pbem sub-project
* Ignore IDE configs
  • Loading branch information
mchenryc committed Aug 27, 2018
1 parent dac4e1f commit 8a67320
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,17 @@ models.zip
freeciv-web/src/main/webapp/build.txt
*/__pycache__/*
logs/
out/
tests/screenshot*.png
.freeciv_index
.idea
*.iml

# Configuration files the user is expected to create using the *.dist as base
freeciv-proxy/settings.ini
freeciv-web/flyway.properties
freeciv-web/src/main/webapp/META-INF/context.xml
freeciv-web/src/main/webapp/WEB-INF/config.properties
pbem/settings.ini
publite2/settings.ini
scripts/configuration.sh
scripts/dependency-services-start.sh
Expand Down
1 change: 1 addition & 0 deletions freeciv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/freeciv
2 changes: 2 additions & 0 deletions pbem/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pbem-games.json
settings.ini

0 comments on commit 8a67320

Please sign in to comment.