Aufgabenblatt 1
This commit is contained in:
95
.gitignore
vendored
Normal file
95
.gitignore
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
# modified from https://github.com/javaee-samples/javaee8-samples/blob/master/.gitignore
|
||||
|
||||
# Directories #
|
||||
build/
|
||||
out/
|
||||
bin/
|
||||
target/
|
||||
dist/
|
||||
libs/
|
||||
tmp/
|
||||
node_modules/
|
||||
|
||||
# Compiled class Files #
|
||||
*.class
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.db
|
||||
rebel.xml
|
||||
|
||||
######################
|
||||
# Windows
|
||||
######################
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
######################
|
||||
# OSX
|
||||
######################
|
||||
|
||||
.DS_Store
|
||||
.svn
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear on external disk
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
######################
|
||||
# NetBeans
|
||||
######################
|
||||
nbproject/
|
||||
nbbuild/
|
||||
nbdist/
|
||||
nbactions.xml
|
||||
nb-configuration.xml
|
||||
|
||||
######################
|
||||
# IDEA
|
||||
######################
|
||||
#*.iml
|
||||
#*.ipr
|
||||
#*.iws
|
||||
#.idea/
|
||||
#atlassian-ide-plugin.xml
|
||||
|
||||
|
||||
######################
|
||||
# Eclipse
|
||||
######################
|
||||
|
||||
*.pydevproject
|
||||
.project
|
||||
.metadata
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# CDT-specific
|
||||
.cproject
|
||||
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
# Testing environment specific
|
||||
derby.log
|
Reference in New Issue
Block a user