Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Galeev authored and Timur Galeev committed Jul 2, 2020
1 parent d6108d8 commit 968407e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 4 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows shortcuts
*.lnk

# Mac
.DS_Store

# Java
.project
.classpath
.factorypath

# Java
*.class
*.jar
*.war
*.ear

# Maven
target/
build/
bin/

# Nodejs
node_modules/
package-lock.json
dist/

# JetBrains
.idea/
*.iml

# Eclipse
.settings/
.metadata/

# Temp
*.pid
*.log
*.tmp
4 changes: 0 additions & 4 deletions .settings/org.eclipse.m2e.core.prefs

This file was deleted.

0 comments on commit 968407e

Please sign in to comment.