You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
604 B
29 lines
604 B
# ---> JDeveloper
|
|
# default application storage directory used by the IDE Performance Cache feature
|
|
.data/
|
|
|
|
# used for ADF styles caching
|
|
temp/
|
|
|
|
# default output directories
|
|
classes/
|
|
deploy/
|
|
javadoc/
|
|
|
|
# lock file, a part of Oracle Credential Store Framework
|
|
cwallet.sso.lck
|
|
# ---> Linux
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
|