forked from mangosthree/database
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 702 Bytes
/
.gitignore
File metadata and controls
46 lines (37 loc) · 702 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
# Add directories, files, and symlinks which shall not be stored within
# this git repository here.
# Placeholder files for directories needed to be inside git but empty
!*.gitkeep
# JetBrains - project settings
/.idea/
# Eclipse - project settings
/.project
/.settings
/.buildpath
/.externalToolBuilders
# Sublime Text 2 - project files
/*.sublime-project
/*.sublime-workspace
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
.cache
.project
.settings
.tmproj
nbproject
Thumbs.db
# Configuration files to be customized
# Cache and log files
# Generated/derived/combined files, vendor libraries
/full_db.sql