-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (43 loc) · 723 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (43 loc) · 723 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
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
# what to keep
/*
!.gitignore
!.gitattributes
!LICENSE
!README.md
!/gilhari_flight_management_oracle/
!/gilhari_flight_management_oracle/**
!/gilhari_flight_management_postgres/
!/gilhari_flight_management_postgres/**
*.jdx.alter
*.jdx.create
*.jdx.drop
# what to ignore
# Compiled class file
# Keep compiled Java/class files (if any)
# With the pre-cpompiled .class files included, users can immediately build with Docker and run the example.
#bin/
#*.class
# Log file
*.log
curl.log
# BlueJ files
*.ctxt
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Database files (if they're generated/temporary)
*.db
*.sqlite
# Generated files
gen/
*.html
*.htm
*.pdf
# library files
libs/
external_libs/