forked from PCGen/pcgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
104 lines (87 loc) · 2.09 KB
/
.gitignore
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Local PCGen configuration files (these are created when you run PCGen from the root dir)
/pcgen.ini
/config.ini
/config.ini.junit
.settings/
/settings/
# Batch converter
batch-convert.jar
# Plugins
plugins/*.jar
plugins/*plugins/
# characters that you might create, see the .gitignore file in that folder
characters/*
!characters/CodeMonkey.pcg
!characters/Everything.pcg
!characters/Sorcerer.pcg
!characters/SpecialWizard.pcg
# JVM Error log if Java craches
hs_err_*.log
# Checkstyle configuration
checkstyle-cachefile
.checkstyle
# Exclude most? equipment and party sheets (which are generated?)
outputsheets/d20/*/htmlxml/eqsheet*.htm
outputsheets/d20/*/htmlxml/psheet*.htm
!outputsheets/d20/fantasy_craft/htmlxml/psheet_fantasy_std.htm
!outputsheets/d20/fantasy_craft/htmlxml/eqsheet_fantasy_std.htm
!outputsheets/d20/fantasy/htmlxml/eqsheet_fantasy_consumables.htm
!outputsheets/d20/fantasy/htmlxml/eqsheet_fantasy_std.htm
!outputsheets/d20/fantasy/htmlxml/psheet_fantasy_std.htm
!outputsheets/d20/fantasy/htmlxml/psheet_fantasy_std_PFRPG.htm
!outputsheets/d20/modern/htmlxml/psheet_modern_std.htm
!outputsheets/d20/modern/htmlxml/eqsheet_modern_std.htm
# Custom shell and batch scripts
/pcgen.sh
pcgen_low_mem.bat
Trunk.bat
# Generated Logs
pcgen.log
pcgen.log.*
variable_report.csv
variable_report.html
# Binaries / Binary folders produced by the build
pcgen.exe
pcgen.jar
/output/
/build/
/libs/
code/testsuite/output/
.gradle/
pcgen-batch-convert.jar
.metadata
bin/
code/bin/
code/build/
code/comp-manifest
code/manifest
target/
# Data we want to exclude, see .gitignore files within
data/customsources/*
!data/customsources/readme-customsources.txt
!data/homebrew/readme.txt
!data/homebrew/conversion_support/
!data/homebrew/my_pathfinder_campaign/
# Installers
installers/win-installer/project.nsh
installers/win-installer/includes/constants.nsh
installers/win-installer/includes/data.nsh
# Netbeans IDE
.nb-gradle/
.nb-gradle-properties
# Eclipse IDE
.classpath
.project
code/build.eclipse/
# IntelliJ IDE
.idea/
out/
pcgendev.iml
pcgen.iml
# pmd
/.pmd
/.ruleset
# Misc
jre/
code/manifest-tests
.DS_Store