forked from SalesianosZaragoza/SGE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
62 lines (48 loc) · 919 Bytes
/
.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
**/.vscode/*
**/.localdevserver
# Created by https://www.toptal.com/developers/gitignore/api/salesforce
# Edit at https://www.toptal.com/developers/gitignore?templates=salesforce
### Salesforce ###
# GitIgnore for Salesforce Projects
# Project Settings and MetaData
.project
.settings/
.metadata
build.properties
# Apex Log as optional
apex-scripts/log
# Eclipse specific
salesforce.schema
Referenced Packages
bin/
tmp/
*.tmp
*.bak
local.properties
.settings
.loadpath
.classpath
*.cache
# Illuminated Cloud (IntelliJ IDEA)
IlluminatedCloud
out
.idea
*.iml
# Mavensmate
*.sublime-project
*.sublime-settings
*.sublime-workspace
mm.log
# Haoide SublimeText
.config
.deploy
.history
# OSX-specific exclusions
.[dD][sS]_[sS]tore
# The Welkin Suite specific
**/.localHistory
*.sfuo
TestCache.xml
TestsResultsCache.xml
# End of https://www.toptal.com/developers/gitignore/api/salesforce
salesforce/Ahorcado/.sf