summaryrefslogtreecommitdiffstats
path: root/db/migrate/032_create_time_entries.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-1/+1
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-0/+24
t/stats/.gitignore?h=dependabot/gradle/log4jVersion-2.24.3'>stats
path: root/.gitignore
blob: 0a69847dcbf82c97fd437008fd8110774c23334f (plain)
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
classes
workbook.xls
bak
build.number
*.el
scripts
untitled1.jpx
*.log

forrest.properties
compile-lib/
ooxml-lib/
ooxml-testlib/

# Eclipse
/bin
.settings

# Tests
junit*.properties
TEST-org.apache.poi*.xml

# IntelliJ
/out/
/*/out/
.idea
*.iml
*.iws
*.ipr

# Gradle
.gradle

# Ant
.ant-targets-build.xml
/build/
/*/build/
dist
lib/

# Compiled module-info class-files
/poi*/src/*/java9/*.class