Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 2370389

Browse files
committed
🎁🎅 Added .gitattributes & .gitignore files
1 parent 6f6f8f4 commit 2370389

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text=auto

.gitignore

+43-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# Editors
2+
project.xml
3+
project.properties
4+
/nbproject/private/
5+
.buildpath
6+
.project
7+
.settings*
8+
.idea
9+
*.sublime-project
10+
*.sublime-workspace
11+
.sublimelinterrc
12+
13+
# Sass
14+
.sass-cache/
15+
16+
# OS X metadata
17+
.DS_Store
18+
19+
# Windows junk
20+
Thumbs.db
21+
22+
# ApiGen
23+
/wc-apidocs/
24+
25+
# Behat/CLI Tests
26+
tests/cli/installer
27+
tests/cli/composer.phar
28+
tests/cli/composer.lock
29+
tests/cli/composer.json
30+
tests/cli/vendor
31+
32+
# Unit tests
33+
/tmp
34+
/tests/bin/tmp
35+
/tests/e2e-tests/config/local-*.json
36+
37+
# Logs
38+
/logs
39+
40+
# Composer
41+
/vendor/
42+
143
# ignore everything in the root except the "wp-content" directory.
244
!wp-content/
345

@@ -20,4 +62,4 @@ node_modules/
2062
# ignore log files and databases
2163
*.log
2264
*.sql
23-
*.sqlite
65+
*.sqlite

0 commit comments

Comments
 (0)