We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4115081 + effcfb1 commit 12c36b5Copy full SHA for 12c36b5
.gitignore
@@ -1,57 +1,2 @@
1
-##########
2
-## Global
3
4
-
5
-# Do not commit IDE files
6
-/.settings
7
-/.buildpath
8
-/.project
9
-/nbproject
10
-*.iml
11
-*.ipr
12
-*.iws
13
-.idea/
14
-nbactions.xml
15
-nbproject/
16
-.project
17
-/atlassian-ide-plugin.xml
18
19
-# Do not commit OS tmp files
20
-*.orig
21
-*.rej
22
-*~
23
-*.log
24
-*.bak
25
-*.swp
26
-*.tmp
27
-*.temp
28
-.DS_Store
29
-.DS_Store?
30
-Desktop.ini
31
-Thumbs.db
32
-.*.sw[a-z]
33
-*.un~
34
-Session.vim
35
-temp
36
-temp/
37
38
-# Do not commit Ctags
39
-.tags
40
-.tags_sorted_by_file
41
42
-# Other versioning systems
43
-.svn/
44
-_svn/
45
-*.svn*
46
-/.hg/*
47
-*/.hg/*
48
-.hgignore
49
-.subversion
50
51
52
-## Project specific
53
54
55
vendor/
56
composer.lock
57
-composer.phar
0 commit comments